Searched refs:ELF32_ST_INFO (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf32.h | 199 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf32.h | 199 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf32.h | 199 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf32.h | 199 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 345 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) 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 D | elf.h | 572 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro 577 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
| /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 D | elf.h | 572 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro 577 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|