Home
last modified time | relevance | path

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

/openbsd/src/lib/libelf/
Dlibelf_ar.c324 long arraysize, fileoffset, stroffset, strtabsize; in _libelf_ar_process_bsd_symtab() local
356 GET_LONG(s, strtabsize); in _libelf_ar_process_bsd_symtab()
359 if (strtabsize < 0 || s0 + strtabsize > end) in _libelf_ar_process_bsd_symtab()
/openbsd/src/usr.sbin/crunchgen/
Delf_hide.c240 int strtabsize; variable
263 strtabsize = pshdr->sh_size; in load_strtab()
279 while (index < strtabsize) { in dump_strtab()