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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf32Convert.c731 BOOLEAN FoundRelocations; local
742 for (Index = 0, FoundRelocations = FALSE; Index < mEhdr->e_shnum; Index++) {
749 FoundRelocations = TRUE;
854 if (!FoundRelocations && (mEhdr->e_machine == EM_ARM)) {

Completed in 87 milliseconds