Searched refs:GELF_ST_VISIBILITY (Results 1 - 5 of 5) sorted by path

/external/elfutils/libebl/
H A Deblstother.c39 return ((st_other ^ GELF_ST_VISIBILITY (st_other)) == 0
40 || ebl->check_st_other_bits (st_other ^ GELF_ST_VISIBILITY (st_other)));
/external/elfutils/libelf/
H A Dgelf.h136 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val) macro
/external/elfutils/src/
H A Delflint.c1040 if (GELF_ST_VISIBILITY (sym->st_other) != STV_DEFAULT
H A Dreadelf.c2359 get_visibility_type (GELF_ST_VISIBILITY (sym->st_other)),
H A Dxelf.h383 # define XELF_ST_VISIBILITY(info) GELF_ST_VISIBILITY (info)

Completed in 287 milliseconds