Searched refs:Elf64_Shdr (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELF.h44 Elf64_Ehdr const *pEhdr, Elf64_Shdr const *paShdrs,
H A DDBGPlugInSolaris.cpp640 if (Module.hdr.e_shentsize != sizeof(Elf64_Shdr))
643 if (Module.hdr.e_shentsize != sizeof(Elf64_Shdr))
677 size_t cb = Module.hdr.e_shnum * sizeof(Elf64_Shdr);
678 Elf64_Shdr *paShdrs = (Elf64_Shdr *)RTMemTmpAlloc(cb);
H A DDBGPlugInCommonELFTmpl.cpp.h28 # define Elf_Shdr Elf64_Shdr
/vbox/src/VBox/Runtime/include/internal/
H A DldrELF.h41 typedef Elf64_Shdr Elf_Shdr;
H A DldrELF64.h98 } Elf64_Shdr; typedef in typeref:struct:__anon16615
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Diccfix.c75 #define ELF_SHDR Elf64_Shdr
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf64.h109 } Elf64_Shdr; typedef in typeref:struct:__anon10002
H A DElf64Convert.c76 typedef Elf64_Shdr Elf_Shdr;
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceTypes.h440 typedef Elf64_Shdr GElf_Shdr;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c594 Elf64_Shdr shdr[ESHDR_NUM];
597 Elf64_Shdr *shp;
635 elf_file.ehdr.e_shentsize = sizeof (Elf64_Shdr);
638 off = sizeof (elf_file) + nshdr * sizeof (Elf64_Shdr);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp140 ElfHdr.e_shentsize = sizeof(Elf64_Shdr);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h665 } Elf64_Shdr; typedef in typeref:struct:__anon4549
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h665 } Elf64_Shdr; typedef in typeref:struct:__anon4110
/vbox/src/recompiler/
H A Delf.h1080 } Elf64_Shdr; typedef in typeref:struct:elf64_shdr

Completed in 241 milliseconds