Searched defs:relrec_to_fill (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_reloc.c157 Use the relrec_to_fill to pass back a pointer to
162 int base_sec_index, void **relrec_to_fill)
190 *relrec_to_fill = (void *) ret_addr;
161 _dwarf_pro_reloc_get_a_slot(Dwarf_P_Debug dbg, int base_sec_index, void **relrec_to_fill) argument
H A Dpro_reloc_stream.c73 void *relrec_to_fill = 0; local
78 &relrec_to_fill);
99 elf64_reloc = (REL64 *)relrec_to_fill;
121 void *relrec_to_fill = 0; local
126 &relrec_to_fill);
145 elf32_reloc = (REL32*)relrec_to_fill;
H A Dpro_reloc_symbolic.c62 void *relrec_to_fill = 0; local
67 &relrec_to_fill);
70 slotp = (struct Dwarf_Relocation_Data_s *) relrec_to_fill;
94 void *relrec_to_fill = 0; local
100 &relrec_to_fill);
103 slotp1 = (struct Dwarf_Relocation_Data_s *) relrec_to_fill;
105 &relrec_to_fill);
108 slotp2 = (struct Dwarf_Relocation_Data_s *) relrec_to_fill;

Completed in 61 milliseconds