Searched refs:p_sd (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 224 get_scndata(l_scns->p_sd, §ion_size)) == NULL) { in print_static() 544 symscnndx = elf_ndxscn(p_symtab->p_sd); in print_symtab() 804 prog_name, filename, (int)elf_ndxscn(p_scns->p_sd), in dump_reloc_table() 824 if ((sym_data = elf_getdata(reloc_symtab->p_sd, NULL)) == NULL) { in dump_reloc_table() 844 if ((rel_data = elf_getdata(p_scns->p_sd, NULL)) == NULL) { in dump_reloc_table() 872 if ((rel_data = elf_getdata(p_scns->p_sd, NULL)) in dump_reloc_table() 933 get_scndata(s->p_sd, §ion_size)) == NULL) { in dump_string_table() 998 elf_getdata(p_symtab->p_sd, NULL)) == NULL) { in dump_symbol_table() 1103 if ((dyn_data = elf_getdata(p_scns->p_sd, NULL)) == 0) { in dump_dynamic() 1478 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
|
/titanic_50/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 669 Elf_Scn *p_sd, GElf_Shdr *shdr, char *filename) in print_symtab() argument 698 if (((sd = elf_getdata(p_sd, NULL)) == NULL) || (sd->d_size == 0)) { in print_symtab() 710 (unsigned int)elf_ndxscn(p_sd)); in print_symtab()
|
/titanic_50/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()
|