Searched refs:sh_entsize (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A DldrELF32.h94 Elf32_Word sh_entsize; /* Size of entries, if section has table. */ member in struct:__anon16606
H A DldrELF64.h97 Elf64_Xword sh_entsize; /* Size of entries, if section has table. */ member in struct:__anon16615
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf32.h100 Elf32_Word sh_entsize; /* Size of each entry in section. */ member in struct:__anon9986
H A Delf64.h108 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member in struct:__anon10002
H A DElf64Convert.c555 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += (UINT32) RelShdr->sh_entsize) {
557 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize);
648 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += RelShdr->sh_entsize) {
H A DElf32Convert.c582 for (RelOffset = 0; RelOffset < RelShdr->sh_size; RelOffset += RelShdr->sh_entsize) {
591 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize);
750 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += RelShdr->sh_entsize) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c269 dst->sh_entsize = src->sh_entsize;
469 ctfsect.cts_entsize = shp->sh_entsize;
477 symsect.cts_entsize = shp->sh_entsize;
484 strsect.cts_entsize = lhp->sh_entsize;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h651 Elf32_Word sh_entsize; member in struct:__anon4548
664 Elf64_Xword sh_entsize; member in struct:__anon4549
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h651 Elf32_Word sh_entsize; member in struct:__anon4109
664 Elf64_Xword sh_entsize; member in struct:__anon4110
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c533 shp->sh_entsize = sizeof (Elf32_Sym);
559 shp->sh_entsize = sizeof (de.de_rel[0]);
670 shp->sh_entsize = sizeof (Elf64_Sym);
692 shp->sh_entsize = sizeof (de.de_rel[0]);
1174 for (i = 0; i < shdr_rel.sh_size / shdr_rel.sh_entsize; i++) {
1306 for (i = 0; i < shdr_rel.sh_size / shdr_rel.sh_entsize; i++) {
H A Ddt_module.c509 sh.sh_entsize == ctsp->cts_entsize &&
/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h149 if (pSymShdr->sh_entsize != sizeof(Elf32_Sym))
/vbox/src/recompiler/
H A Delf.h1066 Elf32_Word sh_entsize; member in struct:elf32_shdr
1079 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c194 symsize = symhdr->sh_entsize;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.c278 count = shdr.sh_size / shdr.sh_entsize;
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h1633 "RTLdrELF: sh_entsize: " FMT_ELF_XWORD "\n",
1638 pShdr->sh_entsize));
1650 || pShdr->sh_entsize != 0 )

Completed in 228 milliseconds