Home
last modified time | relevance | path

Searched refs:p_sd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c225 get_scndata(l_scns->p_sd, &section_size)) == NULL) { in print_static()
549 symscnndx = elf_ndxscn(p_symtab->p_sd); in print_symtab()
809 prog_name, filename, (int)elf_ndxscn(p_scns->p_sd), in dump_reloc_table()
871 if ((rel_data = elf_getdata(p_scns->p_sd, NULL)) in dump_reloc_table()
932 get_scndata(s->p_sd, &section_size)) == NULL) { in dump_string_table()
997 elf_getdata(p_symtab->p_sd, NULL)) == NULL) { in dump_symbol_table()
1102 if ((dyn_data = elf_getdata(p_scns->p_sd, NULL)) == 0) { in dump_dynamic()
1479 p_sec = (unsigned char *)get_rawscn(p->p_sd, &size); in print_section()
1481 p_sec = (unsigned char *)get_scndata(p->p_sd, &size); in print_section()
1483 if ((gelf_getshdr(p->p_sd, &shdr) != NULL) && in print_section()
[all …]
H A Ddump.h48 Elf_Scn *p_sd; member
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c716 Elf_Scn *p_sd, GElf_Shdr *shdr, char *filename) argument
745 if (((sd = elf_getdata(p_sd, NULL)) == NULL) || (sd->d_size == 0)) {
757 (unsigned int)elf_ndxscn(p_sd));
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1176 Elf_Scn * p_sd, in print_symtab() argument
1200 if ((data = elf_getdata(p_sd, NULL)) == NULL) { in print_symtab()