Searched defs:ELF_R_SYM (Results 1 - 3 of 3) sorted by last modified time

/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);
/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
/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

Completed in 1071 milliseconds