Searched refs:ELF_R_TYPE (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h32 # ifndef ELF_R_TYPE
33 # define ELF_R_TYPE ELF32_R_TYPE macro
61 # ifndef ELF_R_TYPE
62 # define ELF_R_TYPE ELF64_R_TYPE macro
H A Dcrazy_linker_elf_relocations.cpp472 const ELF::Word rela_type = ELF_R_TYPE(rela->r_info);
567 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info);
735 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info);
785 const ELF::Word rel_type = ELF_R_TYPE(rela->r_info);
928 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info);
961 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info);
/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h65 # define ELF_R_TYPE(val) ELF32_R_TYPE(val) macro
99 # define ELF_R_TYPE(val) ELF64_R_TYPE(val) macro
H A Ddelta_encoder.cc31 CHECK(ELF_R_TYPE(relocation->r_info) == ELF::kRelativeRelocationCode);
H A Drun_length_encoder.cc24 CHECK(ELF_R_TYPE(first->r_info) == ELF::kRelativeRelocationCode);
27 CHECK(ELF_R_TYPE(second->r_info) == ELF::kRelativeRelocationCode);
H A Drun_length_encoder_unittest.cc24 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode;
H A Dpacker_unittest.cc24 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode;
42 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode &&
H A Ddelta_encoder_unittest.cc29 ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode &&
H A Delf_file.cc985 if (ELF_R_TYPE(relocation.r_info) == ELF::kRelativeRelocationCode) {
1203 if (ELF_R_TYPE(relocation.r_info) != ELF::kNoRelocationCode) {
/external/valgrind/main/VEX/switchback/
H A Dlinker.c192 #define ELF_R_TYPE ELF64_R_TYPE
211 #ifndef ELF_R_TYPE
212 #define ELF_R_TYPE ELF32_R_TYPE
582 switch (ELF_R_TYPE(info)) {
630 oc->fileName, (Int)ELF_R_TYPE(info));
739 switch (ELF_R_TYPE(info)) {
858 oc->fileName, (Int)ELF_R_TYPE(info));
/external/valgrind/main/VEX/unused/
H A Dlinker.c126 #define ELF_R_TYPE ELF64_R_TYPE macro
145 #ifndef ELF_R_TYPE
146 #define ELF_R_TYPE ELF32_R_TYPE macro
486 switch (ELF_R_TYPE(info)) {
534 oc->fileName, ELF_R_TYPE(info));
628 switch (ELF_R_TYPE(info)) {
698 oc->fileName, ELF_R_TYPE(info));

Completed in 151 milliseconds