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

12

/freebsd-13-stable/contrib/nvi/ex/
H A Dscript.h16 char sh_name[64]; /* Pty name */ member in struct:_script
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_shdr.c71 d->sh_name = sh32->sh_name;
118 sh32->sh_name = s->sh_name;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c166 dst->sh_name = src->sh_name;
393 if (shp->sh_name >= sp[shstrndx].sh_size ||
394 lhp->sh_name >= sp[shstrndx].sh_size)
395 continue; /* corrupt sh_name field */
398 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) {
399 ctfsect.cts_name = strs + shp->sh_name;
407 symsect.cts_name = strs + shp->sh_name;
414 strsect.cts_name = strs + lhp->sh_name;
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c127 if ((name = elf_strptr(e, indx, sh.sh_name)) ==
177 strncpy(psh.sh_name, name, sizeof(psh.sh_name));
H A Dsymbols.c296 if ((name = elf_strptr(ecp->ein, indx, sh.sh_name)) == NULL)
368 if ((name = elf_strptr(ecp->ein, indx, sh.sh_name)) == NULL)
443 if ((name = elf_strptr(ecp->ein, ishstrndx, ish.sh_name)) ==
469 if ((name = elf_strptr(ecp->ein, ishstrndx, ish.sh_name)) ==
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c58 ret_section->name = elf_strptr(e->eo_elf, e->eo_strndx, sh->sh_name);
H A Dlibdwarf_elf_init.c266 if ((name = elf_strptr(elf, e->eo_strndx, sh.sh_name)) ==
324 if ((name = elf_strptr(elf, e->eo_strndx, sh.sh_name)) ==
/freebsd-13-stable/contrib/elftoolchain/libpe/
H A Dlibpe_section.c123 memcpy(sh->sh_name, tmp, sizeof(sh->sh_name));
442 memcpy(tmp, sh->sh_name, sizeof(sh->sh_name));
H A Dpe.h283 char sh_name[8]; member in struct:_PE_SecHdr
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c509 sname = elf_strptr(src, sehdr.e_shstrndx, shdr1.sh_name);
512 shdr1.sh_name);
571 sname = elf_strptr(src, sehdr.e_shstrndx, shdr.sh_name);
574 shdr.sh_name);
669 shdr.sh_name = ctfnameoff;
H A Dutil.c84 (size_t)shdr.sh_name)) == NULL) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h160 elf_word sh_name; ///< Section name string index. member in struct:elf::ELFSectionHeader
H A DELFHeader.cpp226 // Read sh_name and sh_type.
227 if (data.GetU32(offset, &sh_name, 2) == nullptr)
/freebsd-13-stable/sys/sys/
H A Delf32.h91 Elf32_Word sh_name; /* Section name (index into the member in struct:__anon15801
H A Delf64.h100 Elf64_Word sh_name; /* Section name (index into the member in struct:__anon15819
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h207 Elf32_Word sh_name; member in struct:__anon757
220 Elf64_Word sh_name; member in struct:__anon758
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c526 shp->sh_name = 1; /* DTRACE_SHSTRTAB32[1] = ".shstrtab" */
534 shp->sh_name = 11; /* DTRACE_SHSTRTAB32[11] = ".SUNW_dof" */
543 shp->sh_name = 21; /* DTRACE_SHSTRTAB32[21] = ".strtab" */
552 shp->sh_name = 29; /* DTRACE_SHSTRTAB32[29] = ".symtab" */
574 shp->sh_name = 37; /* DTRACE_SHSTRTAB32[37] = ".rel.SUNW_dof" */
669 shp->sh_name = 1; /* DTRACE_SHSTRTAB64[1] = ".shstrtab" */
677 shp->sh_name = 11; /* DTRACE_SHSTRTAB64[11] = ".SUNW_dof" */
686 shp->sh_name = 21; /* DTRACE_SHSTRTAB64[21] = ".strtab" */
695 shp->sh_name = 29; /* DTRACE_SHSTRTAB64[29] = ".symtab" */
717 shp->sh_name
[all...]
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c326 hdr->kh_shdr[SHDR_SYMTAB].sh_name = 1; /* String offset (skip null) */
338 hdr->kh_shdr[SHDR_STRTAB].sh_name = 1 + sizeof(STR_SYMTAB);
351 hdr->kh_shdr[SHDR_SHSTRTAB].sh_name = 1 + sizeof(STR_SYMTAB) +
/freebsd-13-stable/sys/kern/
H A Dkern_ctf.c165 if (strcmp(".SUNW_ctf", shstrtab + shdr[i].sh_name) == 0)
H A Dlink_elf_obj.c495 if (ef->shstrtab && shdr[i].sh_name != 0)
497 ef->shstrtab + shdr[i].sh_name;
1000 if (ef->shstrtab != NULL && shdr[i].sh_name != 0) {
1002 ef->shstrtab + shdr[i].sh_name;
/freebsd-13-stable/stand/common/
H A Dload_elf.c190 CONVERT_FIELD(b, sh_name, e); \
673 if (strcmp(shstr + shdr[i].sh_name,
1008 if (strcmp(&shstrtab[shdr[i].sh_name],
1012 if ((strcmp(&shstrtab[shdr[i].sh_name], ".data") == 0) ||
1013 (strcmp(&shstrtab[shdr[i].sh_name], ".rodata") == 0)) {
H A Dload_elf_obj.c488 if (shdr[i].sh_name == 0)
490 p = strdupout(shstrtab + shdr[i].sh_name);
/freebsd-13-stable/usr.sbin/kldxref/
H A Def_obj.c551 if (ef->shstrtab && shdr[i].sh_name != 0)
553 ef->shstrtab + shdr[i].sh_name;
/freebsd-13-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c369 shstrtabp + xewtoh(layoutp[i].shdr->sh_name));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h784 Elf32_Word sh_name; // Section name (index into string table) member in struct:llvm::ELF::Elf32_Shdr
798 Elf64_Word sh_name; member in struct:llvm::ELF::Elf64_Shdr

Completed in 447 milliseconds

12