Lines Matching refs:obj_som_file_hdr
2549 obj_som_file_hdr (abfd) = file_hdr; in som_prep_headers()
2903 unsigned int num_spaces = obj_som_file_hdr (abfd)->space_total; in som_write_fixups()
3603 obj_som_file_hdr (abfd)->aux_header_location = current_offset; in som_begin_writing()
3604 obj_som_file_hdr (abfd)->aux_header_size = 0; in som_begin_writing()
3611 obj_som_file_hdr (abfd)->aux_header_size in som_begin_writing()
3627 obj_som_file_hdr (abfd)->aux_header_size += len; in som_begin_writing()
3636 obj_som_file_hdr (abfd)->aux_header_size += len; in som_begin_writing()
3653 obj_som_file_hdr (abfd)->aux_header_size += len; in som_begin_writing()
3662 obj_som_file_hdr (abfd)->aux_header_size += len; in som_begin_writing()
3671 obj_som_file_hdr (abfd)->init_array_location = current_offset; in som_begin_writing()
3672 obj_som_file_hdr (abfd)->init_array_total = 0; in som_begin_writing()
3684 obj_som_file_hdr (abfd)->space_location = current_offset; in som_begin_writing()
3685 obj_som_file_hdr (abfd)->space_total = num_spaces; in som_begin_writing()
3697 obj_som_file_hdr (abfd)->subspace_location = current_offset; in som_begin_writing()
3698 obj_som_file_hdr (abfd)->subspace_total = num_subspaces; in som_begin_writing()
3712 obj_som_file_hdr (abfd)->space_strings_location = current_offset; in som_begin_writing()
3720 obj_som_file_hdr (abfd)->space_strings_size = strings_size; in som_begin_writing()
3724 obj_som_file_hdr (abfd)->compiler_location = current_offset; in som_begin_writing()
3725 obj_som_file_hdr (abfd)->compiler_total = 0; in som_begin_writing()
3728 obj_som_file_hdr (abfd)->compiler_total = 1; in som_begin_writing()
3861 obj_som_file_hdr (abfd)->unloadable_sp_location = current_offset; in som_begin_writing()
3917 obj_som_file_hdr (abfd)->unloadable_sp_size in som_begin_writing()
3918 = current_offset - obj_som_file_hdr (abfd)->unloadable_sp_location; in som_begin_writing()
3921 obj_som_file_hdr (abfd)->loader_fixup_location = 0; in som_begin_writing()
3922 obj_som_file_hdr (abfd)->loader_fixup_total = 0; in som_begin_writing()
3925 obj_som_file_hdr (abfd)->som_length = current_offset; in som_begin_writing()
3950 obj_som_file_hdr (abfd)->version_id = obj_som_exec_data (abfd)->version_id; in som_finish_writing()
3952 obj_som_file_hdr (abfd)->version_id = NEW_VERSION_ID; in som_finish_writing()
3967 current_offset = obj_som_file_hdr (abfd)->som_length; in som_finish_writing()
3974 obj_som_file_hdr (abfd)->symbol_location = current_offset; in som_finish_writing()
3975 obj_som_file_hdr (abfd)->symbol_total = num_syms; in som_finish_writing()
3983 obj_som_file_hdr (abfd)->symbol_strings_location = current_offset; in som_finish_writing()
3993 obj_som_file_hdr (abfd)->symbol_strings_size = strings_size; in som_finish_writing()
4005 obj_som_file_hdr (abfd)->fixup_request_location = current_offset; in som_finish_writing()
4013 obj_som_file_hdr (abfd)->fixup_request_total = total_reloc_size; in som_finish_writing()
4016 obj_som_file_hdr (abfd)->som_length = current_offset + total_reloc_size; in som_finish_writing()
4027 location = obj_som_file_hdr (abfd)->subspace_location; in som_finish_writing()
4150 location = obj_som_file_hdr (abfd)->space_location; in som_finish_writing()
4179 location = obj_som_file_hdr (abfd)->compiler_location; in som_finish_writing()
4194 obj_som_file_hdr (abfd)->system_id = obj_som_exec_data (abfd)->system_id; in som_finish_writing()
4196 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC2_0; in som_finish_writing()
4198 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_1; in som_finish_writing()
4200 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_0; in som_finish_writing()
4204 som_swap_header_out (obj_som_file_hdr (abfd), &ext_header); in som_finish_writing()
4238 som_length = obj_som_file_hdr (abfd)->som_length; in som_finish_writing()
4248 if (bfd_seek (abfd, obj_som_file_hdr (abfd)->aux_header_location, in som_finish_writing()
4439 file_ptr symtab_location = obj_som_file_hdr (abfd)->symbol_location; in som_build_and_write_symbol_table()