Home
last modified time | relevance | path

Searched refs:ELF_R_SYM (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/unused/
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)]; in do_Elf_Rel_relocations()
460 + stab[ELF_R_SYM(info)].st_value); in do_Elf_Rel_relocations()
587 Elf_Sym sym = stab[ELF_R_SYM(info)]; in do_Elf_Rela_relocations()
595 + stab[ELF_R_SYM(info)].st_value); in do_Elf_Rela_relocations()
/external/valgrind/VEX/switchback/
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);