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

1234

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshtable.h35 const char *sh_name; member in struct:shtable1
41 const char *sh_name; member in struct:shtable2
48 const char *sh_name; member in struct:shtable3
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.c44 const char *sh_name; member in struct:__anon1416
281 state->file, state->sh_name);
328 state->file, state->sh_name);
333 state->file, state->sh_name,
357 state->file, state->sh_name,
363 state->file, state->sh_name);
380 state->file, state->sh_name);
388 state->file, state->sh_name);
405 state->file, state->sh_name);
419 state->file, state->sh_name);
686 dump_eh_frame(const char *file, char *sh_name, uchar_t *data, size_t datasize, uint64_t sh_addr, Half e_machine, uchar_t *e_ident, uint64_t gotaddr) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/tools/common/
H A Dfindscn.c50 (size_t)shdr.sh_name)) == NULL)
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl262 @pgs = grep { list_match($p->sh_name($_), @sharing_filter) } @pgs if
266 @pgs = grep { !list_match($p->sh_name($_), @sharing_filter_neg) } @pgs if
284 list_match($p->sh_name($_), @sharing_filter_neg)
334 my $name = $p->sh_name ($pg) || "unknown";
357 my @pg_rel = grep { $p->sh_name($_) eq $rel }
427 my $sharing = $p->sh_name($pg);
467 my $sharing = $p->sh_name($pg);
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c142 dst->sh_name = src->sh_name;
368 if (shp->sh_name >= sp[shstrndx].sh_size ||
369 lhp->sh_name >= sp[shstrndx].sh_size)
370 continue; /* corrupt sh_name field */
373 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) {
374 ctfsect.cts_name = strs + shp->sh_name;
382 symsect.cts_name = strs + shp->sh_name;
389 strsect.cts_name = strs + lhp->sh_name;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c71 shdr.sh_name)) == 0)
118 shdr.sh_name = ndx;
H A Dpcom.c75 shdr.sh_name)) == 0) {
H A Dtpcom.c93 shdr.sh_name)) == 0) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h61 Elf32_Word sh_name; /* Section name (index into the member in struct:__anon2090
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm232 sub sh_name subroutine
234 scalar @_ == 2 or _usage("sh_name(cookie, pg)");
236 return ($pg->{sh_name});
351 return (_uniq(map { $self->sh_name($_) } @pgs));
465 my $shname = $pg->{sh_name} or return;
663 my $shname = $pg2->{sh_name} or return;
933 $pg->{sh_name} = $pg_ks->{relationship} || $pg_ks->{sharing_relation};
939 $pg->{sh_name} =~ s/ /_/g;
963 $pg->{sh_name} = 'System';
1016 _relationship_order($a->{sh_name}) <
[all...]
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c247 tshd_p->sh_name));
249 &shdnms_p[tshd_p->sh_name]));
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmod.c139 const char *sh_name; local
146 sh_name = elf_strptr(elf,
147 ehdr.e_shstrndx, (size_t)shdr.sh_name);
148 if (strcmp(sh_name, ".filename") != 0)
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c168 shp->sh_name = 1; /* ksyms_shstrtab[1] = ".symtab" */
178 shp->sh_name = 9; /* ksyms_shstrtab[9] = ".strtab" */
186 shp->sh_name = 17; /* ksyms_shstrtab[17] = ".shstrtab" */
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtrap.c277 if(strcmp(stakptr(o),tp->sh_name)==0)
371 for(; *tp->sh_name; tp++)
378 sfprintf(sfstdout,"%s\n",tp->sh_name);
382 traps[sig&~SH_TRAP] = (char*)tp->sh_name;
384 names[sig] = (char*)tp->sh_name;
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c54 SHDR_CMD_T_SH_NAME = 7, /* shdr:sh_name */
312 EC_WORD(shdr->sh_name));
610 Word sh_name; local
617 sh_name = (argstate.optmask & SHDR_OPT_F_NAMOFFSET) ?
621 if (shdr->sh_name == sh_name) {
626 EC_WORD(shdr->sh_name));
636 sh_name, ELFEDIT_MSG_DEBUG, 1);
642 EC_WORD(shdr->sh_name), EC_WORD(sh_name));
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c454 for(tp = shtab_attributes; *tp->sh_name;tp++)
479 if(tp->sh_name[1]!='A')
482 else if(tp->sh_name[1]=='A')
494 if(*tp->sh_name=='-')
495 sfprintf(out,"%.2s ",tp->sh_name);
503 sfputr(out,tp->sh_name+2,' ');
H A Dstring.c63 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first))
65 if(first == c && strcmp(sp,tp->sh_name)==0)
103 t=tp->sh_name;
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c493 sp->sh_name = SHSTR_NDX_shstrtab;
512 sp->sh_name = SHSTR_NDX_SUNW_ldynsym;
540 sp->sh_name = SHSTR_NDX_dynsym;
566 sp->sh_name = SHSTR_NDX_dynstr;
590 sp->sh_name = SHSTR_NDX_dynamic;
691 sp->sh_name = SHSTR_NDX_plt;
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c253 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ?
254 (names + _cache->sec_shdr->sh_name) : MSG_INTL(MSG_UNKNOWNSECNAM);
272 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ?
273 (names + _cache->sec_shdr->sh_name) :
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c505 const char *sh_name; local
515 sh_name = elf_strptr(ess->es_elf, ess->es_shstrndx,
516 (size_t)shdr.sh_name);
517 if (strcmp(sh_name, elf_section) == 0) {
589 shdr.sh_name = old_size;
705 (size_t)shdr.sh_name);
735 (size_t)shdr.sh_name);
791 (size_t)shdr.sh_name);
923 (size_t)shdr.sh_name);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c500 sname = elf_strptr(src, sehdr.e_shstrndx, shdr.sh_name);
503 shdr.sh_name);
556 sname = elf_strptr(src, sehdr.e_shstrndx, shdr.sh_name);
559 shdr.sh_name);
626 shdr.sh_name = ctfnameoff;
H A Dutil.c83 (size_t)shdr.sh_name)) == NULL) {
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c80 ehdr.e_shstrndx, (size_t)textshdr.sh_name)) == 0) {
/illumos-gate/usr/src/lib/libtnfctl/
H A Delf.c234 scn_name = strs + dyn_shdr->sh_name;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h105 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon2185

Completed in 103 milliseconds

1234