Searched refs:relocation (Results 1 – 6 of 6) sorted by relevance
154 ElfRelocation relocation; in GetSymbolRelocations() local155 for (ElfRelocationIterator it(&fFile); it.GetNext(&relocation); ) { in GetSymbolRelocations()156 uint32 type = relocation.GetType(); in GetSymbolRelocations()160 && relocation.GetSymbol(&symbol) == B_OK in GetSymbolRelocations()171 = (void**)(fTextAddress + relocation.GetOffset()); in GetSymbolRelocations()
365 Elf_Rel* relocation = fRelocation; in GetRelocationStruct() local366 if (!relocation && fSection) { in GetRelocationStruct()376 relocation = (Elf_Rel*)(fSection->GetData() in GetRelocationStruct()380 return relocation; in GetRelocationStruct()388 if (Elf_Rel* relocation = GetRelocationStruct()) in GetType() local389 type = ELF_R_TYPE(relocation->r_info); in GetType()398 if (Elf_Rel* relocation = GetRelocationStruct()) in GetSymbolIndex() local399 index = ELF_R_SYM(relocation->r_info); in GetSymbolIndex()408 if (Elf_Rel* relocation = GetRelocationStruct()) in GetOffset() local409 offset = relocation->r_offset; in GetOffset()[all …]
93 bool GetNext(ElfRelocation* relocation);
9 #warning DEFINE mipsel relocation types
422 # position-independant, on sparc, that requires relocation support
1806 Pause for storage relocation.