Searched refs:NO_SECT (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h84 uint8_t n_sect; /* section number or NO_SECT */
97 uint8_t n_sect; /* section number or NO_SECT */
132 #define N_UNDF 0x0 /* undefined, n_sect == NO_SECT */
133 #define N_ABS 0x2 /* absolute, n_sect == NO_SECT */
155 * field is NO_SECT then it's n_value field is not changed by the link editor.
157 #define NO_SECT 0 /* symbol is not in any section */ macro
164 * to NO_SECT. The alignment of a common symbol may be set as a power of 2
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c146 sym->sectnum = NO_SECT;
166 /* Labeled as NO_SECT in stab.h */
197 /* These are labeled as NO_SECT in stab.h, but they are actually
949 sym->sectnum = NO_SECT;

Completed in 22 milliseconds