Searched refs:strndx (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sgs/prof/common/ |
H A D | rdelf.c | 214 GElf_Word strndx = 0; in fetch_symtab() local 240 strndx = shdr.sh_link; in fetch_symtab() 252 strndx = shdr.sh_link; in fetch_symtab() 264 if (sym_pri == NULL || strndx == 0) { in fetch_symtab() 319 name = elf_strptr(elf, strndx, gsym.st_name); in fetch_symtab()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 59 size_t nshdr, nphdr, strndx; in ctf_write_elf() local 98 if (elf_getshdrstrndx(src, &strndx) != 0) { in ctf_write_elf() 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() 211 if (srcidx == strndx) { in ctf_write_elf()
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 457 GElf_Word strndx = 0; in get_symtab() local 486 strndx = shdr.sh_link; in get_symtab() 498 strndx = shdr.sh_link; in get_symtab() 510 if (sym_pri == NULL || strndx == 0) in get_symtab() 551 name = elf_strptr(elf, strndx, gsym.st_name); in get_symtab()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_dof.c | 722 dof_stridx_t strndx = 0; in dtrace_dof_create() local 778 strndx = dof_add_string(ddo, fmt); in dtrace_dof_create() 780 strndx = dof_add_string(ddo, in dtrace_dof_create() 783 strndx = 0; /* use dtad_arg instead */ in dtrace_dof_create() 792 if (strndx != 0) { in dtrace_dof_create() 793 dofa[i].dofa_arg = strndx; in dtrace_dof_create()
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.msg | 189 Alternatively, the -strndx option can be used to specify an\n\ 247 Alternatively, the -strndx option can be used to specify an\n\ 297 @ MSG_STR_MINUS_STRNDX "-strndx"
|