Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c323 long arraysize, fileoffset, stroffset, strtabsize; in _libelf_ar_process_bsd_symtab() local
374 GET_LONG(p, fileoffset); in _libelf_ar_process_bsd_symtab()
376 if (stroffset < 0 || fileoffset < 0 || in _libelf_ar_process_bsd_symtab()
377 (off_t) fileoffset >= e->e_rawsize) in _libelf_ar_process_bsd_symtab()
385 sym->as_off = (off_t) fileoffset; in _libelf_ar_process_bsd_symtab()