Lines Matching refs:p_sd
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()
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()
1701 buffer->p_sd = scn; in dump_section_table()