Home
last modified time | relevance | path

Searched refs:ELF32_R_SYM (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/libelf/
Dgelf_getrel.c76 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info), in gelf_getrel()
Dgelf_getrela.c76 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info), in gelf_getrela()
Delf.h675 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/elfio/elfio/
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()
Delf_types.hpp1248 #define ELF32_R_SYM( i ) ( ( i ) >> 8 ) macro
/third_party/libunwind/include/win/
Dfreebsd-elf32.h135 #define ELF32_R_SYM(info) ((info) >> 8) macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h135 #define ELF32_R_SYM(info) ((info) >> 8) macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp857 #define ELF32_R_SYM( i ) ( ( i ) >> 8 ) macro
/third_party/musl/ndk_musl_include/
Delf.h559 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h559 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/include/
Delf.h559 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h559 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h559 #define ELF32_R_SYM(val) ((val) >> 8) macro
/third_party/musl/porting/linux/user/include/
Delf.h560 #define ELF32_R_SYM(val) ((val) >> 8) macro