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

/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sym.h53 uint8_t relocated_sectnum; member in struct:kxld_sym
H A Dkxld_sym.c847 sym->relocated_sectnum = sect->sectnum;
873 nl->n_sect = (kxld_sym_is_section(sym)) ? sym->relocated_sectnum + 1 : 0;
914 nl->n_sect = (kxld_sym_is_section(sym)) ? sym->relocated_sectnum + 1 : 0;

Completed in 20 milliseconds