Searched refs:as_off (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-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:__anon675
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c889 start = arsym->as_off;
892 if (elf_rand(arf, arsym->as_off) == arsym->as_off &&
/freebsd-13-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);
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7339 if (arsym[i].as_off != off) {
7340 off = arsym[i].as_off;

Completed in 129 milliseconds