Searched refs:ELF32_ST_VISIBILITY (Results 1 – 5 of 5) sorted by relevance
123 # define XELF_ST_VISIBILITY(info) ELF32_ST_VISIBILITY (info)
458 sym_visibility(ELF32_ST_VISIBILITY(sym->st_other)), in print_absolute_symbols()
507 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro510 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
508 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro511 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
477 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro480 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)