Searched refs:ELF32_R_INFO (Results 1 – 13 of 13) sorted by relevance
/third_party/elfio/elfio/ |
D | elfio_relocation.hpp | 239 info = ELF32_R_INFO( (Elf_Xword)symbol, type ); in add_entry() 267 info = ELF32_R_INFO( (Elf_Xword)symbol, type ); in add_entry() 375 pEntry->r_info = ELF32_R_INFO( (Elf_Xword)symbol, type ); in generic_set_entry_rel() 400 pEntry->r_info = ELF32_R_INFO( (Elf_Xword)symbol, type ); in generic_set_entry_rela()
|
D | elf_types.hpp | 1250 #define ELF32_R_INFO( s, t ) ( ( ( s ) << 8 ) + (unsigned char)( t ) ) macro
|
/third_party/elfutils/libelf/ |
D | gelf_update_rel.c | 84 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rel()
|
D | gelf_update_rela.c | 86 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rela()
|
D | elf.h | 677 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 26 #define R_INFO ELF32_R_INFO
|
/third_party/musl/src/internal/ |
D | dynlink.h | 34 #define R_INFO ELF32_R_INFO
|
/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/musl/porting/linux/user/include/ |
D | elf.h | 562 #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/include/ |
D | elf.h | 566 #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/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
|