Searched refs:rel_type (Results 1 – 2 of 2) sorted by relevance
393 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelReloc() local398 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() argument532 RelocationType r = GetRelocationType(rel_type); in ResolveSymbol()561 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelRelocs() local571 rel_type, in ApplyRelRelocs()574 if (rel_type == 0) in ApplyRelRelocs()581 resolved = ResolveSymbol(rel_type, in ApplyRelRelocs()[all …]
59 bool ResolveSymbol(unsigned rel_type,84 void AdjustRelocation(ELF::Word rel_type,