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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElfConvert.h52 BOOLEAN (*WriteSections) (SECTION_FILTER_TYPES FilterType); member in struct:__anon9983
H A DElfConvert.c198 ElfFunctions.WriteSections (SECTION_TEXT);
199 ElfFunctions.WriteSections (SECTION_DATA);
200 ElfFunctions.WriteSections (SECTION_HII);
H A DElf64Convert.c177 ElfFunctions->WriteSections = WriteSections64;
H A DElf32Convert.c171 ElfFunctions->WriteSections = WriteSections32;
710 Error (NULL, 0, 3000, "Invalid", "WriteSections (): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info));

Completed in 72 milliseconds