Home
last modified time | relevance | path

Searched refs:sym_hdr_pri (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.h83 GElf_Shdr sym_hdr_pri; /* primary symbol table section header */ member
H A DPsymtab.c773 symtab.cts_type = symp->sym_hdr_pri.sh_type; in Pbuild_file_ctf()
774 symtab.cts_flags = symp->sym_hdr_pri.sh_flags; in Pbuild_file_ctf()
776 symtab.cts_size = symp->sym_hdr_pri.sh_size; in Pbuild_file_ctf()
777 symtab.cts_entsize = symp->sym_hdr_pri.sh_entsize; in Pbuild_file_ctf()
778 symtab.cts_offset = symp->sym_hdr_pri.sh_offset; in Pbuild_file_ctf()
1777 symp->sym_hdr_pri = cp->c_shdr; in Pbuild_file_symtab()
H A DPgcore.c727 size = sym->sym_hdr_pri.sh_size; in dump_symtab()
733 index + 1, sym->sym_hdr_pri.sh_info, sym->sym_hdr_pri.sh_addralign, in dump_symtab()
734 sym->sym_hdr_pri.sh_entsize) != 0) in dump_symtab()
H A DPcore.c1503 fp->file_symtab.sym_hdr_pri = *symtab; in fake_up_symtab()