Searched refs:ELF_R_INFO (Results 1 - 9 of 9) sorted by last modified time

/external/chromium_org/tools/relocation_packer/src/
H A Ddelta_encoder.cc66 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
H A Ddelta_encoder_unittest.cc19 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
H A Delf_file.cc918 null_relocation.r_info = ELF_R_INFO(0, ELF::kNoRelocationCode);
928 null_relocation.r_info = ELF_R_INFO(0, ELF::kNoRelocationCode);
H A Delf_traits.h66 # define ELF_R_INFO(sym, type) ELF32_R_INFO(sym, type) macro
100 # define ELF_R_INFO(sym, type) ELF64_R_INFO(sym, type) macro
H A Dpacker_unittest.cc17 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
32 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
H A Drun_length_encoder.cc75 initial.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
90 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
H A Drun_length_encoder_unittest.cc17 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp381 relocation.r_info = ELF_R_INFO(0, RELATIVE_RELOCATION_CODE);
431 relocation.r_info = ELF_R_INFO(0, RELATIVE_RELOCATION_CODE);
H A Delf_traits.h40 # ifndef ELF_R_INFO
41 # define ELF_R_INFO ELF32_R_INFO macro
74 # ifndef ELF_R_INFO
75 # define ELF_R_INFO ELF64_R_INFO macro

Completed in 1632 milliseconds