Home
last modified time | relevance | path

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

/xnu-12377.81.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c292 uint32_t strtabsize; in store_symbols() local
294 strtabsize = 0; in store_symbols()
458 strtabsize += symbols[idx].name_len + symbols[idx].indirect_len; in store_symbols()
462 return strtabsize; in store_symbols()
502 uint32_t strx, strtabsize, strtabpad; in main() local
623 strtabsize = 4; in main()
649 strtabsize += (result->name_len + result->indirect_len); in main()
656 strtabsize += (first->name_len + first->indirect_len); in main()
665 strtabsize += (last->name_len + last->indirect_len); in main()
699 strtabsize += (export_symbols[export_idx].name_len + export_symbols[export_idx].indirect_len); in main()
[all …]