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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c491 Elf_Shdr *SecShdr; local
549 SecShdr = GetShdrByIndex(RelShdr->sh_info);
551 if (RelShdr->sh_type == SHT_RELA && (*Filter)(SecShdr)) {
572 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
584 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
592 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
600 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
611 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
615 - (SecOffset - SecShdr->sh_addr));
644 Elf_Shdr *SecShdr local
[all...]
H A DElf32Convert.c499 Elf_Shdr *SecShdr; local
564 SecShdr = GetShdrByIndex(RelShdr->sh_info);
570 if (RelShdr->sh_type == SHT_REL && (*Filter)(SecShdr)) {
615 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
639 - (SecOffset - SecShdr->sh_addr);
745 Elf_Shdr *SecShdr = GetShdrByIndex (RelShdr->sh_info); local
746 if (IsTextShdr(SecShdr) || IsDataShdr(SecShdr)) {
766 + (Rel->r_offset - SecShdr->sh_addr),
819 + (Rel->r_offset - SecShdr
[all...]

Completed in 44 milliseconds