Home
last modified time | relevance | path

Searched refs:kxld_array (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/libkern/kxld/
H A Dkxld_reloc.h39 struct kxld_array;
65 const struct kxld_array *sectarray;
91 const struct kxld_symtab *symtab, const struct kxld_array *sectarray,
95 kern_return_t kxld_reloc_create_macho(struct kxld_array *relocarray,
124 kern_return_t kxld_reloc_get_reloc_index_by_offset(const struct kxld_array *relocs,
128 KXLDReloc * kxld_reloc_get_reloc_by_offset(const struct kxld_array *relocs,
136 u_long kxld_reloc_get_macho_data_size(const struct kxld_array *locrelocs,
137 const struct kxld_array *extrelocs)
141 const struct kxld_array *locrelocs, const struct kxld_array *extrelocs,
H A Dkxld_array.h78 struct kxld_array { struct
96 typedef struct kxld_array KXLDArray; argument
H A Dkxld_object.h38 struct kxld_array;
57 struct kxld_array *section_order,
112 const struct kxld_array * kxld_object_get_extrelocs(
H A Dkxld_symtab.h41 struct kxld_array;
136 const struct kxld_array *sectarray)
H A Dkxld_seg.h146 , const struct kxld_array *locrelocs
147 , const struct kxld_array *extrelocs
H A DMakefile95 OBJ_NAMES=kxld.o kxld_array.o kxld_copyright.o kxld_demangle.o kxld_dict.o \
175 ARRAYOBJS=$(OBJROOT)/kxld_array_test.o $(OBJROOT)/kxld_array.o $(TESTOBJS)
182 DICTOBJS=$(OBJROOT)/kxld_dict_test.o $(OBJROOT)/kxld_dict.o $(OBJROOT)/kxld_array.o $(TESTOBJS)
H A Dkxld_vtable.h40 struct kxld_array;
H A Dkxld_kext.h38 struct kxld_array;
H A Dkxld_sect.h40 struct kxld_array;
/xnu-11215/libkern/conf/
H A DMakefile.template116 kxld_array.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles118 libkern/kxld/kxld_array.c optional config_kxld