Home
last modified time | relevance | path

Searched refs:kxld_sect (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.101.4/libkern/kxld/
H A Dkxld_object.h42 struct kxld_sect;
105 const struct kxld_sect *sect)
108 const struct kxld_sect * kxld_object_get_section_by_index(
H A Dkxld_sect.h48 typedef struct kxld_sect KXLDSect;
50 struct kxld_sect { struct
H A Dkxld_sym.h38 struct kxld_sect;
185 const struct kxld_sect *sect)
244 void kxld_sym_relocate(KXLDSym *sym, const struct kxld_sect *sect)
H A Dkxld_seg.h41 struct kxld_sect;
130 kern_return_t kxld_seg_add_section(KXLDSeg *seg, struct kxld_sect *sect)
H A Dkxld_reloc.h41 struct kxld_sect;
159 const KXLDReloc *reloc, const struct kxld_sect *sect)
H A Dkxld_vtable.h44 struct kxld_sect;
H A Dkxld_kext.h42 struct kxld_sect;
H A DMakefile98 kxld_kext.o kxld_object.o kxld_reloc.o kxld_sect.o kxld_seg.o \
/xnu-8020.101.4/libkern/conf/
H A Dfiles123 libkern/kxld/kxld_sect.c optional config_kxld