Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ar.c332 long arraysize, fileoffset, stroffset, strtabsize; in _libelf_ar_process_bsd_symtab() local
383 GET_LONG(p, fileoffset); in _libelf_ar_process_bsd_symtab()
385 if (stroffset < 0 || fileoffset < 0 || in _libelf_ar_process_bsd_symtab()
386 (off_t) fileoffset >= e->e_rawsize) in _libelf_ar_process_bsd_symtab()
394 sym->as_off = (off_t) fileoffset; in _libelf_ar_process_bsd_symtab()