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

/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c461 uint32_t strx, strtabsize, strtabpad; local
773 strx = 4;
804 nl.n_un.n_strx = strx;
805 strx += export_symbols[export_idx].list[import_idx].name_len;
814 nl.n_value = strx;
815 strx += export_symbols[export_idx].list[import_idx].indirect_len;
834 nl.n_un.n_strx = strx;
835 strx += export_symbols[export_idx].list[import_idx].name_len;
844 nl.n_value = strx;
845 strx
[all...]

Completed in 25 milliseconds