/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | dwarf.c | 44 const char *sh_name; member 281 state->file, state->sh_name); in dump_cfi() 328 state->file, state->sh_name); in dump_cfi() 333 state->file, state->sh_name, in dump_cfi() 357 state->file, state->sh_name, in dump_cfi() 363 state->file, state->sh_name); in dump_cfi() 380 state->file, state->sh_name); in dump_cfi() 388 state->file, state->sh_name); in dump_cfi() 405 state->file, state->sh_name); in dump_cfi() 419 state->file, state->sh_name); in dump_cfi() 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) dump_eh_frame() argument [all...] |
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shtable.h | 35 const char *sh_name; member 41 const char *sh_name; member 48 const char *sh_name; member
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shtable.h | 35 const char *sh_name; member 41 const char *sh_name; member 48 const char *sh_name; member
|
/titanic_51/usr/src/cmd/pginfo/ |
H A D | pginfo.pl | 262 @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);
|
/titanic_51/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/ |
H A D | Pg.pm | 232 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...] |
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | shdr.c | 54 SHDR_CMD_T_SH_NAME = 7, /* shdr:sh_name */ 312 EC_WORD(shdr->sh_name)); in print_shdr() 610 Word sh_name; in cmd_body() local 617 sh_name = (argstate.optmask & SHDR_OPT_F_NAMOFFSET) ? in cmd_body() 621 if (shdr->sh_name == sh_name) { in cmd_body() 626 EC_WORD(shdr->sh_name)); in cmd_body() 636 sh_name, ELFEDIT_MSG_DEBUG, 1); in cmd_body() 642 EC_WORD(shdr->sh_name), EC_WORD(sh_name)); in cmd_body() [all...] |
H A D | shdr.msg | 36 @ MSG_ELF_SHDR "Section Header[%d]: sh_name: %s\n" 280 The shdr:sh_name command is used to display or alter the\n\ 283 The sh_name field of a section header is an index into\n\ 287 If shdr:sh_name is called without arguments, the name of\n\ 291 sh_name field of the section at the specified index is set\n\ 391 @ MSG_CMD_SH_NAME "sh_name"
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | trap.c | 277 if(strcmp(stakptr(o),tp->sh_name)==0) in sig_number() 371 for(; *tp->sh_name; tp++) in sig_list() 378 sfprintf(sfstdout,"%s\n",tp->sh_name); in sig_list() 382 traps[sig&~SH_TRAP] = (char*)tp->sh_name; in sig_list() 384 names[sig] = (char*)tp->sh_name; in sig_list()
|
/titanic_51/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mod.c | 139 const char *sh_name; in mod_binary_path_get() local 146 sh_name = elf_strptr(elf, in mod_binary_path_get() 147 ehdr.e_shstrndx, (size_t)shdr.sh_name); in mod_binary_path_get() 148 if (strcmp(sh_name, ".filename") != 0) in mod_binary_path_get()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | trap.c | 301 if(strcmp(stakptr(o),tp->sh_name)==0) in sig_number() 396 for(; *tp->sh_name; tp++) in sig_list() 403 sfprintf(sfstdout,"%s\n",tp->sh_name); in sig_list() 407 traps[sig&~SH_TRAP] = (char*)tp->sh_name; in sig_list() 409 names[sig] = (char*)tp->sh_name; in sig_list()
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 491 sp->sh_name = SHSTR_NDX_shstrtab; in fake_elf64() 510 sp->sh_name = SHSTR_NDX_SUNW_ldynsym; in fake_elf64() 538 sp->sh_name = SHSTR_NDX_dynsym; in fake_elf64() 564 sp->sh_name = SHSTR_NDX_dynstr; in fake_elf64() 588 sp->sh_name = SHSTR_NDX_dynamic; in fake_elf64() 684 sp->sh_name = SHSTR_NDX_plt; in fake_elf64()
|
/titanic_51/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 367 dst->sh_name = src->sh_name; in shdr_to_gelf() 596 if (shp->sh_name >= sp[shstrndx].sh_size || in ctf_fdcreate_int() 597 lhp->sh_name >= sp[shstrndx].sh_size) in ctf_fdcreate_int() 598 continue; /* corrupt sh_name field */ in ctf_fdcreate_int() 601 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0 && in ctf_fdcreate_int() 603 ctfsect.cts_name = strs + shp->sh_name; in ctf_fdcreate_int() 611 symsect.cts_name = strs + shp->sh_name; in ctf_fdcreate_int() 618 strsect.cts_name = strs + lhp->sh_name; in ctf_fdcreate_int()
|
H A D | ctf_elfwrite.c | 140 sname = elf_strptr(src, strndx, shdr.sh_name); in ctf_write_elf() 196 sname = elf_strptr(src, strndx, shdr.sh_name); in ctf_write_elf() 293 shdr.sh_name = ctfnameoff; in ctf_write_elf()
|
/titanic_51/usr/src/cmd/sgs/libelf/demo/ |
H A D | acom.c | 71 shdr.sh_name)) == 0) in update_comment() 118 shdr.sh_name = ndx; in update_comment()
|
/titanic_51/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 168 shp->sh_name = 1; /* ksyms_shstrtab[1] = ".symtab" */ in ksyms_snapshot() 178 shp->sh_name = 9; /* ksyms_shstrtab[9] = ".strtab" */ in ksyms_snapshot() 186 shp->sh_name = 17; /* ksyms_shstrtab[17] = ".shstrtab" */ in ksyms_snapshot()
|
/titanic_51/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit_machelf.c | 255 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ? in elfedit64_init_obj_state() 256 (names + _cache->sec_shdr->sh_name) : MSG_INTL(MSG_UNKNOWNSECNAM); in elfedit64_init_obj_state() 274 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ? in elfedit64_init_obj_state() 275 (names + _cache->sec_shdr->sh_name) : in elfedit64_init_obj_state()
|
/titanic_51/usr/src/lib/libelfsign/common/ |
H A D | elfsignlib.c | 505 const char *sh_name; in elfsign_signatures() local 515 sh_name = elf_strptr(ess->es_elf, ess->es_shstrndx, in elfsign_signatures() 516 (size_t)shdr.sh_name); in elfsign_signatures() 517 if (strcmp(sh_name, elf_section) == 0) { in elfsign_signatures() 589 shdr.sh_name = old_size; in elfsign_signatures() 705 (size_t)shdr.sh_name); in elfsign_adjustoffsets() 735 (size_t)shdr.sh_name); in elfsign_adjustoffsets() 791 (size_t)shdr.sh_name); in elfsign_adjustoffsets() 923 (size_t)shdr.sh_name); in elfsign_hash_common()
|
/titanic_51/usr/src/tools/ctf/cvt/ |
H A D | output.c | 500 sname = elf_strptr(src, sehdr.e_shstrndx, shdr.sh_name); in write_file() 503 shdr.sh_name); in write_file() 556 sname = elf_strptr(src, sehdr.e_shstrndx, shdr.sh_name); in write_file() 559 shdr.sh_name); in write_file() 626 shdr.sh_name = ctfnameoff; in write_file()
|
/titanic_51/usr/src/cmd/mdb/tools/common/ |
H A D | findscn.c | 50 (size_t)shdr.sh_name)) == NULL) in findelfsecidx()
|
/titanic_51/usr/src/cmd/sgs/prof/common/ |
H A D | symintOpen.c | 247 tshd_p->sh_name)); in _symintOpen() 249 &shdnms_p[tshd_p->sh_name])); in _symintOpen()
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 503 shp->sh_name = 1; /* DTRACE_SHSTRTAB32[1] = ".shstrtab" */ in dump_elf32() 511 shp->sh_name = 11; /* DTRACE_SHSTRTAB32[11] = ".SUNW_dof" */ in dump_elf32() 520 shp->sh_name = 21; /* DTRACE_SHSTRTAB32[21] = ".strtab" */ in dump_elf32() 529 shp->sh_name = 29; /* DTRACE_SHSTRTAB32[29] = ".symtab" */ in dump_elf32() 551 shp->sh_name = 37; /* DTRACE_SHSTRTAB32[37] = ".rel.SUNW_dof" */ in dump_elf32() 640 shp->sh_name = 1; /* DTRACE_SHSTRTAB64[1] = ".shstrtab" */ in dump_elf64() 648 shp->sh_name = 11; /* DTRACE_SHSTRTAB64[11] = ".SUNW_dof" */ in dump_elf64() 657 shp->sh_name = 21; /* DTRACE_SHSTRTAB64[21] = ".strtab" */ in dump_elf64() 666 shp->sh_name = 29; /* DTRACE_SHSTRTAB64[29] = ".symtab" */ in dump_elf64() 688 shp->sh_name in dump_elf64() [all...] |
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 61 Elf32_Word sh_name; /* Section name (index into the member
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 63 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first)) in sh_locate() 65 if(first == c && strcmp(sp,tp->sh_name)==0) in sh_locate() 103 t=tp->sh_name; in sh_lookopt()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 59 while((c= *tp->sh_name) && (CC_NATIVE!=CC_ASCII || c <= first)) in sh_locate() 61 if(first == c && strcmp(sp,tp->sh_name)==0) in sh_locate() 99 t=tp->sh_name; in sh_lookopt()
|
H A D | nvtree.c | 469 for(tp = shtab_attributes; *tp->sh_name;tp++) in nv_attribute() 494 if(tp->sh_name[1]!='A') in nv_attribute() 497 else if(tp->sh_name[1]=='A') in nv_attribute() 514 if((cp = (char*)nv_mapchar(np,0)) && strcmp(cp,tp->sh_name+2)) in nv_attribute() 522 if(*tp->sh_name=='-') in nv_attribute() 523 sfprintf(out,"%.2s ",tp->sh_name); in nv_attribute() 531 sfputr(out,tp->sh_name+2,' '); in nv_attribute()
|