Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c205 is64 = (elf->ed_myflags & EDF_ARSYM64) != 0; in elf_getarsym()
251 size = (elf->ed_myflags & EDF_ARSYM64) ? 8 : 4; in _elf_getarsymwordsize()
H A Ddecl.h333 #define EDF_ARSYM64 0x2000 /* archive symbol table is 64-bit format */ macro
H A Dar.c341 elf->ed_myflags |= EDF_ARSYM64; in _elf_arinit()