Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_reloc.c65 struct Dwarf_P_Relocation_Block_s *data = 0; in _dwarf_pro_pre_alloc_n_reloc_slots()
73 len = sizeof(struct Dwarf_P_Relocation_Block_s) + in _dwarf_pro_pre_alloc_n_reloc_slots()
77 data = (struct Dwarf_P_Relocation_Block_s *) in _dwarf_pro_pre_alloc_n_reloc_slots()
93 ((char *) data) + sizeof(struct Dwarf_P_Relocation_Block_s); in _dwarf_pro_pre_alloc_n_reloc_slots()
116 struct Dwarf_P_Relocation_Block_s *data = 0; in _dwarf_pro_alloc_reloc_slots()
121 len = sizeof(struct Dwarf_P_Relocation_Block_s) + in _dwarf_pro_alloc_reloc_slots()
124 data = (struct Dwarf_P_Relocation_Block_s *) in _dwarf_pro_alloc_reloc_slots()
145 ((char *) data) + sizeof(struct Dwarf_P_Relocation_Block_s); in _dwarf_pro_alloc_reloc_slots()
164 struct Dwarf_P_Relocation_Block_s *data = 0; in _dwarf_pro_reloc_get_a_slot()
H A Dpro_opaque.h273 struct Dwarf_P_Relocation_Block_s { struct
276 struct Dwarf_P_Relocation_Block_s *rb_next; argument
300 struct Dwarf_P_Relocation_Block_s *pr_first_block; argument
301 struct Dwarf_P_Relocation_Block_s *pr_last_block;
H A Dpro_reloc_symbolic.c176 struct Dwarf_P_Relocation_Block_s *p_blk; in _dwarf_symbolic_relocs_to_disk()
177 struct Dwarf_P_Relocation_Block_s *p_blk_last; in _dwarf_symbolic_relocs_to_disk()
239 struct Dwarf_P_Relocation_Block_s *new_blk; in _dwarf_symbolic_relocs_to_disk()
H A Dpro_reloc_stream.c207 struct Dwarf_P_Relocation_Block_s *p_blk = 0; in _dwarf_stream_relocs_to_disk()
208 struct Dwarf_P_Relocation_Block_s *p_blk_last = 0; in _dwarf_stream_relocs_to_disk()