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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c228 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx); local
230 return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_HII_SECTION_NAME) == 0);
H A DElf32Convert.c235 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx); local
237 return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_HII_SECTION_NAME) == 0);

Completed in 45 milliseconds