Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c200 *ptr = elf->ed_arsymsz; in elf_getarsym()
212 sz = elf->ed_arsymsz; in elf_getarsym()
218 if ((elf->ed_arsym = arsym(as, sz, &elf->ed_arsymsz, is64)) == 0) { in elf_getarsym()
224 *ptr = elf->ed_arsymsz; in elf_getarsym()
H A Dar.c304 elf->ed_arsymsz = sz; in _elf_arinit()
339 elf->ed_arsymsz = sz; in _elf_arinit()
H A Ddecl.h297 size_t ed_arsymsz; /* archive symbol table size */ member