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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELF.cpp101 case SHT_REL: return "SHT_REL";
H A DldrELFRelocatable.cpp.h869 * Iterate the sections looking for interesting SHT_REL[A] sections.
870 * SHT_REL[A] sections have the section index of the section they contain fixups
883 if (pShdrRel->sh_type != SHT_REL)
1332 || ( pThis->paShdrs[iRelocs].sh_type != SHT_REL
1338 || ( pThis->paShdrs[iRelocs].sh_type != SHT_REL
1694 case SHT_REL:
/vbox/src/VBox/Runtime/include/internal/
H A DldrELFCommon.h163 #define SHT_REL 9 /* relocation section - no addends */ macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c546 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) {
643 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) {
H A DElf32Convert.c556 if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) {
570 if (RelShdr->sh_type == SHT_REL && (*Filter)(SecShdr)) {
744 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) {
855 /* Try again, but look for PT_DYNAMIC instead of SHT_REL */
H A Delf_common.h215 #define SHT_REL 9 /* relocation section - no addends */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h615 #define SHT_REL 9 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h615 #define SHT_REL 9 macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c557 shp->sh_type = SHT_REL;
1108 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL)
/vbox/src/recompiler/
H A Delf.h1026 #define SHT_REL 9 macro

Completed in 3333 milliseconds