Home
last modified time | relevance | path

Searched refs:mInImageName (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf64Convert.c354 VerboseMsg ("%s unknown e_machine type %hu. Assume X64", mInImageName, mEhdr->e_machine); in ScanSections64()
435 …in %s are merged into 1 text section. Source level debug might not work correctly.", mInImageName); in ScanSections64()
481 strlen(mInImageName) + 1; in ScanSections64()
489 …in %s are merged into 1 data section. Source level debug might not work correctly.", mInImageName); in ScanSections64()
674 …known section type %x. We directly copy this section into Coff file", mInImageName, (unsigned)Shdr… in WriteSections64()
758 mInImageName, SymName, Sym->st_value); in WriteSections64()
835 … 0, 3000, "Invalid", "%s unsupported ELF EM_X86_64 relocation 0x%x.", mInImageName, (unsigned) ELF… in WriteSections64()
876 mInImageName); in WriteSections64()
895 mInImageName); in WriteSections64()
925 mInImageName); in WriteSections64()
[all …]
DElf32Convert.c442 …in %s are merged into 1 text section. Source level debug might not work correctly.", mInImageName); in ScanSections32()
479 …in %s are merged into 1 data section. Source level debug might not work correctly.", mInImageName); in ScanSections32()
493 strlen(mInImageName) + 1; in ScanSections32()
560 VerboseMsg ("%s unknown e_machine type %hu. Assume IA-32", mInImageName, mEhdr->e_machine); in ScanSections32()
679 …known section type %x. We directly copy this section into Coff file", mInImageName, (unsigned)Shdr… in WriteSections32()
748 mInImageName, SymName, Sym->st_value); in WriteSections32()
788 …LL, 0, 3000, "Invalid", "%s unsupported ELF EM_386 relocation 0x%x.", mInImageName, (unsigned) ELF… in WriteSections32()
857 …lid", "WriteSections (): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF… in WriteSections32()
915 …LL, 0, 3000, "Invalid", "%s unsupported ELF EM_386 relocation 0x%x.", mInImageName, (unsigned) ELF… in WriteRelocations32()
990 …d", "WriteRelocations(): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF… in WriteRelocations32()
[all …]
DGenFw.c91 CHAR8 *mInImageName; variable
1125 mInImageName = NULL; in main()
1503 mInImageName = InputFileName [InputFileNum - 1]; in main()
1504 VerboseMsg ("the input file name is %s", mInImageName); in main()
1595 fpIn = fopen (LongFilePath (mInImageName), "rb"); in main()
1597 Error (NULL, 0, 0001, "Error opening file", mInImageName); in main()
1814 fpIn = fopen (LongFilePath (mInImageName), "r"); in main()
1816 Error (NULL, 0, 0001, "Error opening file", mInImageName); in main()
1838 Error (NULL, 0, 3000, "Invalid", "no parseable data found in file %s", mInImageName); in main()
1842 …id", "amount of parseable data in %s is insufficient to contain a microcode header", mInImageName); in main()
[all …]
DElfConvert.h27 extern CHAR8 *mInImageName;