Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dxelf.h123 # define XELF_ST_VISIBILITY(info) ELF32_ST_VISIBILITY (info)
/external/elfutils/src/libelf/
Delf.h482 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
485 #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)