Home
last modified time | relevance | path

Searched defs:ELF32_R_INFO (Results 1 – 11 of 11) sorted by relevance

/third_party/libunwind/include/win/
Dfreebsd-elf32.h139 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h139 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp859 #define ELF32_R_INFO( s, t ) ( ( ( s ) << 8 ) + (unsigned char)( t ) ) macro
/third_party/elfio/elfio/
Delf_types.hpp1250 #define ELF32_R_INFO( s, t ) ( ( ( s ) << 8 ) + (unsigned char)( t ) ) macro
/third_party/musl/porting/linux/user/include/
Delf.h562 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/third_party/musl/include/
Delf.h561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/third_party/musl/ndk_musl_include/
Delf.h561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/third_party/elfutils/libelf/
Delf.h677 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro