Home
last modified time | relevance | path

Searched refs:GELF_ST_VISIBILITY (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/0.153/libebl/
Deblstother.c62 return ((st_other ^ GELF_ST_VISIBILITY (st_other)) == 0
63 || ebl->check_st_other_bits (st_other ^ GELF_ST_VISIBILITY (st_other)));
/external/elfutils/0.153/libelf/
Dgelf.h154 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val) macro
/external/elfutils/0.153/src/
Dxelf.h391 # define XELF_ST_VISIBILITY(info) GELF_ST_VISIBILITY (info)
Delflint.c1009 if (GELF_ST_VISIBILITY (sym->st_other) != STV_DEFAULT in check_symtab()
Dreadelf.c2022 get_visibility_type (GELF_ST_VISIBILITY (sym->st_other)), in handle_symtab()