Searched refs:as_off (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7332 if (arsym[i].as_off != off) {
7333 off = arsym[i].as_off;
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c851 start = arsym->as_off;
854 if (elf_rand(arf, arsym->as_off) == arsym->as_off &&
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c385 sym->as_off = (off_t) fileoffset;
393 sym->as_off = (off_t) 0;
471 sym->as_off = (off_t) off;
485 sym->as_off = (off_t) 0;
H A Dlibelf.h140 off_t as_off; /* byte offset to member's header */ member in struct:__anon92
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c940 if (elf_rand(ed->ar, arsym[i].as_off) !=
941 arsym[i].as_off) {
958 (uintmax_t)arsym[i].as_off);
964 (uintmax_t)arsym[i].as_off);

Completed in 129 milliseconds