Searched refs:p_sd (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 225 get_scndata(l_scns->p_sd, §ion_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() 829 if ((sym_data = elf_getdata(reloc_symtab->p_sd, NULL)) == NULL) { in dump_reloc_table() 843 if ((rel_data = elf_getdata(p_scns->p_sd, NULL)) == NULL) { 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, §ion_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() [all …]
|
H A D | dump.h | 48 Elf_Scn *p_sd; member
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 716 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 D | static_prof.c | 1176 Elf_Scn * p_sd, in print_symtab() argument 1200 if ((data = elf_getdata(p_sd, NULL)) == NULL) { in print_symtab()
|