Lines Matching refs:prefix
196 print_prefix(struct cie_fde_prefix_s *prefix, int line)
199 (long) prefix, line);
201 (long) prefix->cf_start_addr,
202 (long) prefix->cf_addr_after_prefix);
204 (Dwarf_Unsigned) prefix->cf_length,
205 prefix->cf_local_length_size,
206 prefix->cf_local_extension_size);
208 (Dwarf_Unsigned) prefix->cf_cie_id,
209 (long) prefix->cf_cie_id_addr);
212 (long) prefix->cf_section_ptr,
213 (Dwarf_Signed) prefix->cf_section_index,
214 (Dwarf_Unsigned) prefix->cf_section_length,
215 (long) prefix->cf_section_ptr + prefix->cf_section_length);
284 struct cie_fde_prefix_s prefix; in _dwarf_get_fde_list_internal() local
288 memset(&prefix, 0, sizeof(prefix)); in _dwarf_get_fde_list_internal()
292 section_length, &prefix, error); in _dwarf_get_fde_list_internal()
299 frame_ptr = prefix.cf_addr_after_prefix; in _dwarf_get_fde_list_internal()
307 if (prefix.cf_cie_id == cie_id_value) { in _dwarf_get_fde_list_internal()
311 int res = dwarf_find_existing_cie_ptr(prefix.cf_start_addr, in _dwarf_get_fde_list_internal()
322 &prefix, in _dwarf_get_fde_list_internal()
361 get_cieptr_given_offset(prefix.cf_cie_id, in _dwarf_get_fde_list_internal()
364 prefix.cf_cie_id_addr); in _dwarf_get_fde_list_internal()
403 &prefix, in _dwarf_get_fde_list_internal()
502 struct cie_fde_prefix_s *prefix, in dwarf_create_cie_from_after_start() argument
623 prefix->cf_section_ptr, in dwarf_create_cie_from_after_start()
668 frame_ptr = prefix->cf_start_addr + in dwarf_create_cie_from_after_start()
669 prefix->cf_length + prefix->cf_local_length_size in dwarf_create_cie_from_after_start()
670 + prefix->cf_local_extension_size; in dwarf_create_cie_from_after_start()
687 new_cie->ci_length = (Dwarf_Word) prefix->cf_length; in dwarf_create_cie_from_after_start()
688 new_cie->ci_length_size = prefix->cf_local_length_size; in dwarf_create_cie_from_after_start()
689 new_cie->ci_extension_size = prefix->cf_local_extension_size; in dwarf_create_cie_from_after_start()
697 new_cie->ci_cie_start = prefix->cf_start_addr; in dwarf_create_cie_from_after_start()
711 new_cie->ci_section_ptr = prefix->cf_section_ptr; in dwarf_create_cie_from_after_start()
733 struct cie_fde_prefix_s *prefix, in dwarf_create_fde_from_after_start() argument
751 Dwarf_Addr cie_base_offset = prefix->cf_cie_id; in dwarf_create_fde_from_after_start()
880 new_fde->fd_length = prefix->cf_length; in dwarf_create_fde_from_after_start()
881 new_fde->fd_length_size = prefix->cf_local_length_size; in dwarf_create_fde_from_after_start()
882 new_fde->fd_extension_size = prefix->cf_local_extension_size; in dwarf_create_fde_from_after_start()
890 new_fde->fd_fde_start = prefix->cf_start_addr; in dwarf_create_fde_from_after_start()
896 new_fde->fd_section_ptr = prefix->cf_section_ptr; in dwarf_create_fde_from_after_start()
897 new_fde->fd_section_index = prefix->cf_section_index; in dwarf_create_fde_from_after_start()
898 new_fde->fd_section_length = prefix->cf_section_length; in dwarf_create_fde_from_after_start()
1059 struct cie_fde_prefix_s prefix; in dwarf_create_cie_from_start() local
1069 memset(&prefix, 0, sizeof(prefix)); in dwarf_create_cie_from_start()
1072 &prefix, error); in dwarf_create_cie_from_start()
1083 if (prefix.cf_cie_id != cie_id_value) { in dwarf_create_cie_from_start()
1087 frame_ptr = prefix.cf_addr_after_prefix; in dwarf_create_cie_from_start()
1089 &prefix, in dwarf_create_cie_from_start()