Searched refs:WriteRelocations (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElfConvert.h53 VOID (*WriteRelocations) (); member in struct:__anon9983
H A DElfConvert.c206 ElfFunctions.WriteRelocations ();
H A DElf64Convert.c178 ElfFunctions->WriteRelocations = WriteRelocations64;
H A DElf32Convert.c172 ElfFunctions->WriteRelocations = WriteRelocations32;
844 Error (NULL, 0, 3000, "Invalid", "WriteRelocations(): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info));

Completed in 45 milliseconds