Home
last modified time | relevance | path

Searched refs:ELF32_R_INFO (Results 1 – 13 of 13) sorted by relevance

/third_party/elfio/elfio/
Delfio_relocation.hpp239 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()
Delf_types.hpp1250 #define ELF32_R_INFO( s, t ) ( ( ( s ) << 8 ) + (unsigned char)( t ) ) macro
/third_party/elfutils/libelf/
Dgelf_update_rel.c84 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rel()
Dgelf_update_rela.c86 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rela()
Delf.h677 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h26 #define R_INFO ELF32_R_INFO
/third_party/musl/src/internal/
Ddynlink.h34 #define R_INFO ELF32_R_INFO
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp859 #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/uniproton/kernel/include/
Delf.h561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/third_party/musl/include/
Delf.h566 #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/porting/liteos_m_iccarm/kernel/include/
Delf.h561 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro