Searched defs:RelShdr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c545 Elf_Shdr *RelShdr = GetShdrByIndex(Idx); local
546 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) {
549 SecShdr = GetShdrByIndex(RelShdr->sh_info);
550 SecOffset = mCoffSectionsOffset[RelShdr->sh_info];
551 if (RelShdr->sh_type == SHT_RELA && (*Filter)(SecShdr)) {
553 Elf_Shdr *SymtabShdr = GetShdrByIndex(RelShdr->sh_link);
555 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += (UINT32) RelShdr->sh_entsize) {
556 Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr
642 Elf_Shdr *RelShdr = GetShdrByIndex(Index); local
[all...]
H A DElf32Convert.c555 Elf_Shdr *RelShdr = GetShdrByIndex(Idx); local
556 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) {
564 SecShdr = GetShdrByIndex(RelShdr->sh_info);
565 SecOffset = mCoffSectionsOffset[RelShdr->sh_info];
570 if (RelShdr->sh_type == SHT_REL && (*Filter)(SecShdr)) {
576 Elf_Shdr *SymtabShdr = GetShdrByIndex(RelShdr->sh_link);
582 for (RelOffset = 0; RelOffset < RelShdr->sh_size; RelOffset += RelShdr->sh_entsize) {
586 Elf_Rel *Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr
743 Elf_Shdr *RelShdr = GetShdrByIndex(Index); local
[all...]

Completed in 121 milliseconds