Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/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-8019.80.24/SETUP/kextsymboltool/
H A Dkextsymboltool.c858 nl.n_sect = 0; in main()
884 nl.n_sect = 0; in main()
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dfbt.c382 if (sym[i].n_sect == 1 && !(sym[i].n_desc & N_ARM_THUMB_DEF)) { in fbt_provide_kernel_section()