Home | History | Annotate | Download | only in bfd

Lines Matching refs:file_hdr

2074 		struct som_header *file_hdr,
2085 amt = file_hdr->space_strings_size;
2090 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location,
2097 for (space_index = 0; space_index < file_hdr->space_total; space_index++)
2111 (current_offset + file_hdr->space_location
2150 (current_offset + file_hdr->subspace_location
2159 (current_offset + file_hdr->subspace_location
2316 if (file_hdr->a_magic != RELOC_MAGIC)
2383 struct som_header file_hdr;
2400 som_swap_header_in (&ext_file_hdr, &file_hdr);
2402 if (!_PA_RISC_ID (file_hdr.system_id))
2408 switch (file_hdr.a_magic)
2474 som_swap_header_in (&ext_file_hdr, &file_hdr);
2483 if (file_hdr.version_id != OLD_VERSION_ID
2484 && file_hdr.version_id != NEW_VERSION_ID)
2493 if (file_hdr.aux_header_size != 0)
2511 if (!setup_sections (abfd, &file_hdr, current_offset))
2519 file_hdr, aux_hdr_ptr, current_offset);
2541 struct som_header *file_hdr;
2546 file_hdr = bfd_zalloc (abfd, amt);
2547 if (file_hdr == NULL)
2549 obj_som_file_hdr (abfd) = file_hdr;
2560 file_hdr->a_magic = DEMAND_MAGIC;
2562 file_hdr->a_magic = SHARE_MAGIC;
2565 file_hdr->a_magic = SHL_MAGIC;
2568 file_hdr->a_magic = EXEC_MAGIC;
2571 file_hdr->a_magic = RELOC_MAGIC;
2576 file_hdr->file_time.secs = 0;
2577 file_hdr->file_time.nanosecs = 0;
2579 file_hdr->entry_space = 0;
2580 file_hdr->entry_subspace = 0;
2581 file_hdr->entry_offset = 0;
2582 file_hdr->presumed_dp = 0;