Searched defs:kRelativeRelocationCode (Results 1 - 3 of 3) 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

Completed in 5020 milliseconds