Home
last modified time | relevance | path

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

/xnu-12377.81.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h84 uint8_t n_sect; /* section number or NO_SECT */ member
97 uint8_t n_sect; /* section number or NO_SECT */ member
/xnu-12377.81.4/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); in kxld_sym_init_from_macho32()
124 (void) init_sym_sectnum(sym, src->n_sect); in kxld_sym_init_from_macho64()
298 init_sym_sectnum(KXLDSym *sym, u_int n_sect) in init_sym_sectnum() argument
307 if (n_sect) { in init_sym_sectnum()
309 sym->sectnum = n_sect - 1; in init_sym_sectnum()
875 nl->n_sect = (kxld_sym_is_section(sym)) ? sym->relocated_sectnum + 1 : 0; in kxld_sym_export_macho_32()
916 nl->n_sect = (kxld_sym_is_section(sym)) ? sym->relocated_sectnum + 1 : 0; in kxld_sym_export_macho_64()
/xnu-12377.81.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c858 nl.n_sect = 0; in main()
884 nl.n_sect = 0; in main()