Home
last modified time | relevance | path

Searched refs:kxld_sym_get_section_offset (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_vtable.c101 kxld_sym_get_section_offset(vtable_sym, vtable_sect); in kxld_vtable_init()
196 vtable_base_offset = kxld_sym_get_section_offset(vtable_sym, sect) + in init_by_relocs()
H A Dkxld_sym.h184 u_int kxld_sym_get_section_offset(const KXLDSym *sym,
H A Dkxld_sym.c586 kxld_sym_get_section_offset(const KXLDSym *sym, const KXLDSect *sect) in kxld_sym_get_section_offset() function
H A Dkxld_object.c1384 offset = kxld_sym_get_section_offset(sym, sect); in kxld_object_get_reloc_at_symbol()