Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs_32.c16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs_32.c16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o)
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.h72 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a)
H 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)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf32.h202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf32.h202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf32.h202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf32.h202 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h346 #define ELF32_ST_VISIBILITY(x) ((x) & 0x3) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h617 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
620 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h617 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) macro
620 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o)