Searched refs:n_sect (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h71 * were changing n_other (an unused field) to n_sect and the addition of the
84 uint8_t n_sect; /* section number or NO_SECT */ member in struct:nlist
97 uint8_t n_sect; /* section number or NO_SECT */ member in struct:nlist_64
132 #define N_UNDF 0x0 /* undefined, n_sect == NO_SECT */
133 #define N_ABS 0x2 /* absolute, n_sect == NO_SECT */
134 #define N_SECT 0xe /* defined in section number n_sect */
146 * If the type is N_SECT then the n_sect field contains an ordinal of the
153 * updated by the link editor based on the value of it's n_sect field and where
154 * the section n_sect references gets relocated. If the value of the n_sect
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c58 static void init_sym_sectnum(KXLDSym *sym, u_int n_sect)
85 (void) init_sym_sectnum(sym, src->n_sect);
120 (void) init_sym_sectnum(sym, src->n_sect);
185 /* Labeled as n_sect in stab.h */
297 init_sym_sectnum(KXLDSym *sym, u_int n_sect) argument
299 /* The n_sect field is set to 0 when the symbol is not section-based, and
306 if (n_sect) {
308 sym->sectnum = n_sect - 1;
873 nl->n_sect = (kxld_sym_is_section(sym)) ? sym->relocated_sectnum + 1 : 0;
914 nl->n_sect
[all...]
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c802 nl.n_sect = 0;
832 nl.n_sect = 0;

Completed in 30 milliseconds