Searched defs:Elf_Shdr (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A DldrELF.h41 typedef Elf64_Shdr Elf_Shdr; typedef
66 typedef Elf32_Shdr Elf_Shdr; typedef
/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h20 # define Elf_Shdr Elf32_Shdr macro
28 # define Elf_Shdr Elf64_Shdr macro
72 Elf_Ehdr const *pEhdr, Elf_Shdr const *paShdrs,
123 if (pEhdr->e_shentsize != sizeof(Elf_Shdr))
125 if (pEhdr->e_shentsize != sizeof(Elf_Shdr))
135 const Elf_Shdr *pSymShdr = NULL;
136 const Elf_Shdr *pStrShdr = NULL;
330 #undef Elf_Shdr macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c76 typedef Elf64_Shdr Elf_Shdr; typedef
91 STATIC Elf_Shdr *mShdrBase;
162 mShdrBase = (Elf_Shdr *)((UINT8 *)mEhdr + mEhdr->e_shoff);
191 Elf_Shdr*
198 return (Elf_Shdr*)((UINT8*)mShdrBase + Num * mEhdr->e_shentsize);
216 Elf_Shdr *Shdr
225 Elf_Shdr *Shdr
228 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx);
236 Elf_Shdr *Shdr
290 Elf_Shdr *shd
[all...]
H A DElf32Convert.c76 typedef Elf32_Shdr Elf_Shdr; typedef
90 STATIC Elf_Shdr *mShdrBase;
158 mShdrBase = (Elf_Shdr *)((UINT8 *)mEhdr + mEhdr->e_shoff);
185 Elf_Shdr*
192 return (Elf_Shdr*)((UINT8*)mShdrBase + Num * mEhdr->e_shentsize);
223 Elf_Shdr *Shdr
232 Elf_Shdr *Shdr
235 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx);
243 Elf_Shdr *Shdr
297 Elf_Shdr *shd
[all...]
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h61 #define Elf_Shdr RTLDRELF_MID(Elf,_Shdr) macro
104 Elf_Shdr *paShdrs;
107 Elf_Shdr const *paOrgShdrs;
793 const Elf_Shdr *paShdrs = pModElf->paShdrs;
873 const Elf_Shdr *paShdrs = pModElf->paShdrs;
877 const Elf_Shdr *pShdrRel = &paShdrs[iShdr];
890 const Elf_Shdr *pShdr = &paShdrs[pShdrRel->sh_info]; /* the section to fixup. */
1033 const Elf_Shdr *paShdrs = pModElf->paOrgShdrs;
1092 static const Elf_Shdr *RTLDRELF_NAME(GetFirstAllocatedSection)(const Elf_Shdr *pShd
1958 #undef Elf_Shdr macro
[all...]

Completed in 235 milliseconds