Home
last modified time | relevance | path

Searched defs:kxld_object (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/libkern/kxld/
H A Dkxld_object.c83 struct kxld_object { struct
84 u_char *file; // used by old interface
85 u_long size; // used by old interface
86 const char *name;
87 uint32_t filetype;
88 cpu_type_t cputype;
89 cpu_subtype_t cpusubtype;
90 KXLDArray segs;
91 KXLDArray sects;
92 KXLDArray extrelocs;
[all …]