Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp393 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelReloc() local
398 RLOG(" rel reloc=%p offset=%p type=%d\n", reloc, rel->r_offset, rel_type); in ApplyRelReloc()
402 switch (rel_type) { in ApplyRelReloc()
488 error->Format("Invalid relocation type (%d)", rel_type); in ApplyRelReloc()
495 bool ElfRelocations::ResolveSymbol(ELF::Word rel_type, in ResolveSymbol() argument
532 RelocationType r = GetRelocationType(rel_type); in ResolveSymbol()
561 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelRelocs() local
571 rel_type, in ApplyRelRelocs()
574 if (rel_type == 0) in ApplyRelRelocs()
581 resolved = ResolveSymbol(rel_type, in ApplyRelRelocs()
[all …]
Dcrazy_linker_elf_relocations.h59 bool ResolveSymbol(unsigned rel_type,
84 void AdjustRelocation(ELF::Word rel_type,