Home
last modified time | relevance | path

Searched refs:ELF32_R_SYM (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/libelf/
H A Dgelf_getrela.c76 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info), in gelf_getrela()
H A Dgelf_getrel.c76 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info), in gelf_getrel()
H A Delf.h675 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/elfio/elfio/
H A Delfio_relocation.hpp33 return ELF32_R_SYM( (Elf_Word)info ); in get_r_sym()
44 return ELF32_R_SYM( (Elf_Word)info ); in get_r_sym()
H A Delf_types.hpp1248 #define ELF32_R_SYM( i ) ( ( i ) >> 8 ) macro
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp857 #define ELF32_R_SYM( i ) ( ( i ) >> 8 ) macro
/third_party/musl/porting/linux/user/include/
H A Delf.h561 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h559 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h559 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h559 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/include/
H A Delf.h572 #define ELF32_R_SYM(val) ((val) >> 8) macro

Completed in 66 milliseconds