Searched refs:kRelativeRelocationCode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Ddelta_encoder.cc31 CHECK(ELF_R_TYPE(relocation->r_info) == ELF::kRelativeRelocationCode); member in class:relocation_packer::ELF
66 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
H A Drun_length_encoder.cc24 CHECK(ELF_R_TYPE(first->r_info) == ELF::kRelativeRelocationCode); member in class:relocation_packer::__anon16526::ELF
27 CHECK(ELF_R_TYPE(second->r_info) == ELF::kRelativeRelocationCode); member in class:relocation_packer::__anon16526::ELF
75 initial.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
90 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
H A Delf_traits.h58 enum { kRelativeRelocationCode = R_ARM_RELATIVE }; enumerator in enum:ELF::__anon16516
92 enum { kRelativeRelocationCode = R_AARCH64_RELATIVE }; enumerator in enum:ELF::__anon16521
H A Drun_length_encoder_unittest.cc17 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
24 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode;
H A Dpacker_unittest.cc17 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
24 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode;
32 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
42 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode &&
H A Ddelta_encoder_unittest.cc19 relocation.r_info = ELF_R_INFO(0, ELF::kRelativeRelocationCode);
29 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode &&
H A Delf_file.cc985 if (ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode) {

Completed in 494 milliseconds