Searched defs:ELF32_R_INFO (Results 1 – 11 of 11) sorted by relevance
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 139 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 139 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 859 #define ELF32_R_INFO( s, t ) ( ( ( s ) << 8 ) + (unsigned char)( t ) ) macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 1250 #define ELF32_R_INFO( s, t ) ( ( ( s ) << 8 ) + (unsigned char)( t ) ) macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 562 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|
/third_party/musl/include/ |
D | elf.h | 561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 677 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|