Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/tools/
A Drelocs_32.c16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs_32.c16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
/linux-6.3-rc2/tools/perf/util/
A Dgenelf.h77 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a)
A Dsymbol-elf.c32 #ifndef ELF32_ST_VISIBILITY
33 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
38 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)

Completed in 12 milliseconds