Searched refs:p_sd (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.h | 48 Elf_Scn *p_sd; member in struct:scntab
|
H A D | dump.c | 224 get_scndata(l_scns->p_sd, §ion_size)) == NULL) { 544 symscnndx = elf_ndxscn(p_symtab->p_sd); 804 prog_name, filename, (int)elf_ndxscn(p_scns->p_sd), 824 if ((sym_data = elf_getdata(reloc_symtab->p_sd, NULL)) == NULL) { 844 if ((rel_data = elf_getdata(p_scns->p_sd, NULL)) == NULL) { 872 if ((rel_data = elf_getdata(p_scns->p_sd, NULL)) 933 get_scndata(s->p_sd, §ion_size)) == NULL) { 998 elf_getdata(p_symtab->p_sd, NULL)) == NULL) { 1103 if ((dyn_data = elf_getdata(p_scns->p_sd, NULL)) == 0) { 1479 p_sec = (unsigned char *)get_rawscn(p->p_sd, [all...] |
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 669 Elf_Scn *p_sd, GElf_Shdr *shdr, char *filename) 698 if (((sd = elf_getdata(p_sd, NULL)) == NULL) || (sd->d_size == 0)) { 710 (unsigned int)elf_ndxscn(p_sd)); 668 print_symtab(Elf *elf_file, unsigned int shstrndx, Elf_Scn *p_sd, GElf_Shdr *shdr, char *filename) argument
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 1176 Elf_Scn * p_sd, 1200 if ((data = elf_getdata(p_sd, NULL)) == NULL) { 1167 print_symtab(obj_list * com, Elf * elf_file, Elf64_Ehdr * ehdr, Elf64_Shdr * shdr, Elf_Scn * p_sd, char *filename) argument
|
Completed in 71 milliseconds