Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/file/src/
H A Dreadelf.c172 #define xph_offset CAST(off_t, (clazz == ELFCLASS32 \ macro
372 if (fsize != SIZE_UNKNOWN && xph_offset > fsize) { in dophn_core()
385 if ((bufsize = pread(fd, nbuf, len, xph_offset)) == -1) { in dophn_core()
895 if (fsize != SIZE_UNKNOWN && xph_offset > fsize) { in get_offset_from_virtaddr()
901 return xph_offset + (virtaddr - xph_vaddr); in get_offset_from_virtaddr()
1594 if (fsize != SIZE_UNKNOWN && xph_offset > fsize) { in dophn_exec()
1604 bufsize = pread(fd, nbuf, len, xph_offset); in dophn_exec()