Home
last modified time | relevance | path

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

/xnu-12377.81.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c502 uint32_t strx, strtabsize, strtabpad; in main() local
833 strx = 4; in main()
860 nl.n_un.n_strx = strx; in main()
861 strx += export_symbols[export_idx].list[import_idx].name_len; in main()
869 nl.n_value = strx; in main()
870 strx += export_symbols[export_idx].list[import_idx].indirect_len; in main()
886 nl.n_un.n_strx = strx; in main()
887 strx += export_symbols[export_idx].list[import_idx].name_len; in main()
895 nl.n_value = strx; in main()
896 strx += export_symbols[export_idx].list[import_idx].indirect_len; in main()
[all …]