Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/tools/
Drelocs_32.c16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
/Linux-v5.4/arch/mips/boot/tools/
Drelocs_32.c16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
/Linux-v5.4/tools/perf/util/
Dgenelf.h68 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a)
Dsymbol-elf.c31 #ifndef ELF32_ST_VISIBILITY
32 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
37 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)