/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | getshstrndx.c | 45 elf_getshdrstrndx(Elf *elf, size_t *shstrndx) in elf_getshdrstrndx() function 68 return (elf_getshdrstrndx(elf, shstrndx) == 0); in elf_getshstrndx()
|
H A D | mapfile-vers | 45 elf_getshdrstrndx;
|
/illumos-gate/usr/src/man/man3elf/ |
H A D | Makefile | 70 elf_getshdrstrndx.3elf \ 147 elf_getshdrstrndx.3elf := LINKSRC = elf_getident.3elf
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | pcom.c | 57 if (elf_getshdrstrndx(elf, &shstrndx) == -1) { in print_comment()
|
H A D | acom.c | 53 if (elf_getshdrstrndx(elf, &shstrndx) == -1) { in update_comment()
|
H A D | tpcom.c | 74 if (elf_getshdrstrndx(elf, &shstrndx) == -1) { in print_comment()
|
H A D | dispsyms.c | 84 if (elf_getshdrstrndx(elf, &shstrndx) == -1) { in print_symtab()
|
H A D | dcom.c | 108 if (elf_getshdrstrndx(elf, &shstrndx) == -1) { in delete_comment()
|
/illumos-gate/usr/src/head/ |
H A D | libelf.h | 186 int elf_getshdrstrndx(Elf *, size_t *);
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | librtld.msg | 72 @ MSG_ELF_GETSHDRSTRNDX "%s: elf_getshdrstrndx"
|
H A D | dldump.c | 312 if (elf_getshdrstrndx(ielf, &shndx) == -1) { in rt_dldump()
|
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 128 if (elf_getshdrstrndx(elf, &ndx) == -1) in process()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 98 if (elf_getshdrstrndx(src, &strndx) != 0) { in ctf_write_elf()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit_machelf.c | 167 if (elf_getshdrstrndx(tstate.os_elf, &tstate.os_shstrndx) == -1) in elfedit64_init_obj_state()
|
H A D | elfedit.msg | 598 @ MSG_ELF_GETSHDRSTRNDX "elf_getshdrstrndx"
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3elf.inc | 57 link path=usr/share/man/man3elf/elf_getshdrstrndx.3elf target=elf_getident.3elf
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 337 if (elf_getshdrstrndx(elf, &shstrndx) == -1) { in traverse_file() 707 if (elf_getshdrstrndx(src_elf, &shstrndx) == -1) { in build_file()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_target.c | 513 if (elf_getshdrstrndx(elf, ¤t->dt_shstrndx) == -1) { in dis_tgt_create()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 509 if (elf_getshdrstrndx(dmp->dm_elf, &shstrs) == -1) in dt_module_load_sect() 1081 elf_getshdrstrndx(dmp->dm_elf, &shstrs) == -1) { in dt_module_update()
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 588 if (elf_getshdrstrndx(elf_file, &shstrndx) == -1) {
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 566 if (elf_getshdrstrndx(elf, &shstrndx) == -1) { in mksymtab()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 1591 elf_getshdrstrndx(elf, &shstrndx) == -1 || in build_fake_elf() 1914 elf_getshdrstrndx(elf, &shstrndx) == -1 || in Pbuild_file_symtab()
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 1671 if (elf_getshdrstrndx(elf_file, &shstrndx) == -1) { in dump_section_table()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 356 @ MSG_ELF_GETSHDRSTRNDX "elf_getshdrstrndx"
|
H A D | elfdump.c | 4993 if (elf_getshdrstrndx(elf, &shstrndx) == -1) { in regular()
|