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

/opensolaris-onvv-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.h48 Elf_Scn *p_sd; member in struct:scntab
H A Ddump.c224 get_scndata(l_scns->p_sd, &section_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, &section_size)) == NULL) {
998 elf_getdata(p_symtab->p_sd, NULL)) == NULL) {
1103 if ((dyn_data = elf_getdata(p_scns->p_sd, NULL)) == 0) {
1478 p_sec = (unsigned char *)get_rawscn(p->p_sd,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c669 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
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1192 Elf_Scn * p_sd,
1216 if ((data = elf_getdata(p_sd, NULL)) == NULL) {
1183 print_symtab(obj_list * com, Elf * elf_file, Elf64_Ehdr * ehdr, Elf64_Shdr * shdr, Elf_Scn * p_sd, char *filename) argument

Completed in 65 milliseconds