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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c260 dst->sh_name = src->sh_name;
459 if (shp->sh_name >= sp[hdr.e64.e_shstrndx].sh_size ||
460 lhp->sh_name >= sp[hdr.e64.e_shstrndx].sh_size)
461 continue; /* corrupt sh_name field */
464 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) {
465 ctfsect.cts_name = strs + shp->sh_name;
473 symsect.cts_name = strs + shp->sh_name;
480 strsect.cts_name = strs + lhp->sh_name;
/vbox/src/VBox/Runtime/include/internal/
H A DldrELF32.h85 Elf32_Word sh_name; /* Section name. */ member in struct:__anon16606
H A DldrELF64.h88 Elf64_Word sh_name; /* Section name. */ member in struct:__anon16615
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf32.h90 Elf32_Word sh_name; /* Section name (index into the member in struct:__anon9986
H A Delf64.h98 Elf64_Word sh_name; /* Section name (index into the member in struct:__anon10002
H A DElf64Convert.c230 return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_HII_SECTION_NAME) == 0);
H A DElf32Convert.c237 return (BOOLEAN) (strcmp((CHAR8*)mEhdr + Namedr->sh_offset + Shdr->sh_name, ELF_HII_SECTION_NAME) == 0);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Diccfix.c45 char *name = ( strings + shdr->sh_name );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c504 shp->sh_name = 1; /* DTRACE_SHSTRTAB32[1] = ".shstrtab" */
512 shp->sh_name = 11; /* DTRACE_SHSTRTAB32[11] = ".SUNW_dof" */
521 shp->sh_name = 21; /* DTRACE_SHSTRTAB32[21] = ".strtab" */
530 shp->sh_name = 29; /* DTRACE_SHSTRTAB32[29] = ".symtab" */
552 shp->sh_name = 37; /* DTRACE_SHSTRTAB32[37] = ".rel.SUNW_dof" */
641 shp->sh_name = 1; /* DTRACE_SHSTRTAB64[1] = ".shstrtab" */
649 shp->sh_name = 11; /* DTRACE_SHSTRTAB64[11] = ".SUNW_dof" */
658 shp->sh_name = 21; /* DTRACE_SHSTRTAB64[21] = ".strtab" */
667 shp->sh_name = 29; /* DTRACE_SHSTRTAB64[29] = ".symtab" */
689 shp->sh_name
[all...]
H A Ddt_module.c505 (s = elf_strptr(dmp->dm_elf, shstrs, sh.sh_name)) == NULL)
896 (s = elf_strptr(dmp->dm_elf, shstrs, sh.sh_name)) == NULL)
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h898 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));
1043 const char *pszSectName = ELF_SH_STR(pModElf, paShdrs[iShdr].sh_name);
1125 Seg.pszName = ELF_SH_STR(pModElf, paShdrs[iShdr].sh_name);
1624 "RTLdrELF: sh_name: " FMT_ELF_WORD " - %s\n"
1635 pShdr->sh_name, RTLDRELF_NAME(GetSHdrName)(pModElf, pShdr->sh_name, szSectionName, sizeof(szSectionName)),
1642 if ( pShdr->sh_name != 0
1658 if (pShdr->sh_name >= pModElf->cbShStr)
1660 Log(("RTLdrELF: %s: Shdr #%d: sh_name (
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h642 Elf32_Word sh_name; member in struct:__anon4548
655 Elf64_Word sh_name; member in struct:__anon4549
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h642 Elf32_Word sh_name; member in struct:__anon4109
655 Elf64_Word sh_name; member in struct:__anon4110
/vbox/src/recompiler/
H A Delf.h1057 Elf32_Word sh_name; member in struct:elf32_shdr
1070 Elf64_Word sh_name; /* Section name, index in string tbl */ member in struct:elf64_shdr

Completed in 4952 milliseconds