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

/vbox/src/VBox/Runtime/include/internal/
H A DldrELF32.h92 Elf32_Word sh_info; /* Miscellaneous information. */ member in struct:__anon16606
H A DldrELF64.h95 Elf64_Word sh_info; /* Miscellaneous information. */ member in struct:__anon16615
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c549 SecShdr = GetShdrByIndex(RelShdr->sh_info);
550 SecOffset = mCoffSectionsOffset[RelShdr->sh_info];
644 Elf_Shdr *SecShdr = GetShdrByIndex (RelShdr->sh_info);
658 mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr));
660 (UINT32) ((UINT64) mCoffSectionsOffset[RelShdr->sh_info]
667 mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr));
669 (UINT32) ((UINT64) mCoffSectionsOffset[RelShdr->sh_info]
H A DElf32Convert.c564 SecShdr = GetShdrByIndex(RelShdr->sh_info);
565 SecOffset = mCoffSectionsOffset[RelShdr->sh_info];
745 Elf_Shdr *SecShdr = GetShdrByIndex (RelShdr->sh_info);
765 CoffAddFixup(mCoffSectionsOffset[RelShdr->sh_info]
818 mCoffSectionsOffset[RelShdr->sh_info]
825 gMovwOffset = mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr);
829 if ((gMovwOffset + 4) != (mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr))) {
830 Error (NULL, 0, 3000, "Not Supported", "PE/COFF requires MOVW+MOVT instruction sequence %x +4 != %x.", gMovwOffset, mCoffSectionsOffset[RelShdr->sh_info] + (Rel->r_offset - SecShdr->sh_addr));
837 mCoffSectionsOffset[RelShdr->sh_info]
H A Delf32.h98 Elf32_Word sh_info; /* Depends on section type. */ member in struct:__anon9986
H A Delf64.h106 Elf64_Word sh_info; /* Depends on section type. */ member in struct:__anon10002
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h871 * for in the sh_info member.
888 if (pShdrRel->sh_info >= pModElf->Ehdr.e_shnum)
890 const Elf_Shdr *pShdr = &paShdrs[pShdrRel->sh_info]; /* the section to fixup. */
897 Log2(("rtldrELF: %s: Relocation records for #%d [%s] (sh_info=%d sh_link=%d) found in #%d [%s] (sh_info=%d sh_link=%d)\n",
898 pszLogName, (int)pShdrRel->sh_info, ELF_SH_STR(pModElf, pShdr->sh_name), (int)pShdr->sh_info, (int)pShdr->sh_link,
899 iShdr, ELF_SH_STR(pModElf, pShdrRel->sh_name), (int)pShdrRel->sh_info, (int)pShdrRel->sh_link));
1331 || pThis->paShdrs[iRelocs].sh_info != iDbgInfo
1337 && ( pThis->paShdrs[iRelocs].sh_info !
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h649 Elf32_Word sh_info; member in struct:__anon4548
662 Elf64_Word sh_info; member in struct:__anon4549
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h649 Elf32_Word sh_info; member in struct:__anon4109
662 Elf64_Word sh_info; member in struct:__anon4110
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c536 shp->sh_info = de.de_global;
561 shp->sh_info = ESHDR_DOF;
673 shp->sh_info = de.de_global;
694 shp->sh_info = ESHDR_DOF;
1137 if ((scn_tgt = elf_getscn(elf, shdr_rel.sh_info)) == NULL ||
1200 shdr_rel.sh_info, &fsym) != 0) {
1361 shdr_rel.sh_info, &fsym) != 0)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c267 dst->sh_info = src->sh_info;
/vbox/src/recompiler/
H A Delf.h1064 Elf32_Word sh_info; member in struct:elf32_shdr
1077 Elf64_Word sh_info; /* Additional section information */ member in struct:elf64_shdr

Completed in 96 milliseconds