Searched refs:ELF_R_SYM (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h36 # ifndef ELF_R_SYM
37 # define ELF_R_SYM ELF32_R_SYM macro
65 # ifndef ELF_R_SYM
66 # define ELF_R_SYM ELF64_R_SYM macro
H A Dcrazy_linker_elf_relocations.cpp473 const ELF::Word CRAZY_UNUSED rela_symbol = ELF_R_SYM(rela->r_info);
568 const ELF::Word CRAZY_UNUSED rel_symbol = ELF_R_SYM(rel->r_info);
736 const ELF::Word rel_symbol = ELF_R_SYM(rel->r_info);
786 const ELF::Word rel_symbol = ELF_R_SYM(rela->r_info);
929 const ELF::Word rel_symbol = ELF_R_SYM(rel->r_info);
962 const ELF::Word rel_symbol = ELF_R_SYM(rel->r_info);
/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h64 # define ELF_R_SYM(val) ELF32_R_SYM(val) macro
98 # define ELF_R_SYM(val) ELF64_R_SYM(val) macro
H A Drun_length_encoder_unittest.cc23 ELF_R_SYM(relocation.r_info) == 0 &&
H A Dpacker_unittest.cc23 ELF_R_SYM(relocation.r_info) == 0 &&
41 ELF_R_SYM(relocation.r_info) == 0 &&
H A Ddelta_encoder_unittest.cc28 ELF_R_SYM(relocation.r_info) == 0 &&
H A Delf_file.cc986 CHECK(ELF_R_SYM(relocation.r_info) == 0);
/external/valgrind/main/VEX/switchback/
H A Dlinker.c193 #define ELF_R_SYM ELF64_R_SYM
214 #ifndef ELF_R_SYM
215 #define ELF_R_SYM ELF32_R_SYM
548 Elf_Sym sym = stab[ELF_R_SYM(info)];
556 + stab[ELF_R_SYM(info)].st_value);
694 Elf_Sym sym = stab[ELF_R_SYM(info)];
702 + stab[ELF_R_SYM(info)].st_value);
/external/valgrind/main/VEX/unused/
H A Dlinker.c127 #define ELF_R_SYM ELF64_R_SYM macro
148 #ifndef ELF_R_SYM
149 #define ELF_R_SYM ELF32_R_SYM macro
452 Elf_Sym sym = stab[ELF_R_SYM(info)];
460 + stab[ELF_R_SYM(info)].st_value);
587 Elf_Sym sym = stab[ELF_R_SYM(info)];
595 + stab[ELF_R_SYM(info)].st_value);

Completed in 1729 milliseconds