Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/kxld/
H A Dkxld_object.c78 struct kxld_object { struct
79 u_char *file; // used by old interface
80 u_long size; // used by old interface
81 const char *name;
82 uint32_t filetype;
83 cpu_type_t cputype;
84 cpu_subtype_t cpusubtype;
85 KXLDArray segs;
86 KXLDArray sects;
87 KXLDArray extrelocs;
[all …]