Home
last modified time | relevance | path

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

/external/elfutils/src/
Dxelf.h123 # define XELF_ST_VISIBILITY(info) ELF32_ST_VISIBILITY (info)
/external/syslinux/com32/tools/
Drelocs.c458 sym_visibility(ELF32_ST_VISIBILITY(sym->st_other)), in print_absolute_symbols()
/external/kmod/port-gnu/
Delf.h507 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
510 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
/external/elfutils/libelf/
Delf.h508 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
511 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
/external/valgrind/perf/
Dtinycc.c477 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
480 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)