Searched refs:kxld_array (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/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 *extreloc
[all...]
H A Dkxld_array.h78 struct kxld_array { struct
96 typedef struct kxld_array KXLDArray;
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_seg.h39 #include "kxld_array.h"
143 , const struct kxld_array *locrelocs
144 , const struct kxld_array *extrelocs
H A Dkxld_symtab.h41 struct kxld_array;
136 const struct kxld_array *sectarray)
H A Dkxld_kext.h38 struct kxld_array;
H A Dkxld_vtable.h38 #include "kxld_array.h"
40 struct kxld_array;
H A DMakefile83 OBJ_NAMES=kxld.o kxld_array.o kxld_copyright.o kxld_demangle.o kxld_dict.o \
162 ARRAYOBJS=$(OBJROOT)/kxld_array_test.o $(OBJROOT)/kxld_array.o $(TESTOBJS)
169 DICTOBJS=$(OBJROOT)/kxld_dict_test.o $(OBJROOT)/kxld_dict.o $(OBJROOT)/kxld_array.o $(TESTOBJS)
H A Dkxld_sect.h38 #include "kxld_array.h"
40 struct kxld_array;

Completed in 78 milliseconds