Searched refs:rel_data (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 764 Elf_Data *rel_data; in dump_reloc_table() local 844 if ((rel_data = elf_getdata(p_scns->p_sd, NULL)) == NULL) { in dump_reloc_table() 849 reloc_size = rel_data->d_size; in dump_reloc_table() 853 print_rela(elf_file, p_scns, rel_data, sym_data, p_ehdr, in dump_reloc_table() 858 print_rela(elf_file, p_scns, rel_data, sym_data, p_ehdr, in dump_reloc_table() 862 print_rela(elf_file, p_scns, rel_data, sym_data, p_ehdr, in dump_reloc_table() 872 if ((rel_data = elf_getdata(p_scns->p_sd, NULL)) in dump_reloc_table() 878 reloc_size = rel_data->d_size; in dump_reloc_table() 881 print_rel(elf_file, p_scns, rel_data, sym_data, in dump_reloc_table() 887 print_rel(elf_file, p_scns, rel_data, sym_data, in dump_reloc_table() [all …]
|
/titanic_44/usr/src/lib/libtnfctl/ |
H A D | traverse.c | 142 GElf_Shdr * rel_shdr, Elf_Data * rel_data, uintptr_t baseaddr, in _tnfctl_traverse_rela() argument 219 ptr = rel_data->d_buf; in _tnfctl_traverse_rela()
|
H A D | tnfctl_int.h | 217 GElf_Shdr * rel_shdr, Elf_Data * rel_data, uintptr_t baseaddr,
|
/titanic_44/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 154 Rel *rel_base = 0, *rel_null, *rel_data, *rel_func; in rt_dldump() local 833 rel_data = (Rel *)((Xword)rel_null + in rt_dldump() 835 rel_func = (Rel *)((Xword)rel_data + in rt_dldump() 840 &rel_null, &rel_data, &rel_func); in rt_dldump()
|