Searched refs:file_hdr (Results 1 – 3 of 3) sorted by relevance
115 struct som_header *file_hdr; member192 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
2074 struct som_header *file_hdr, in setup_sections() argument2085 amt = file_hdr->space_strings_size; in setup_sections()2090 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location, in setup_sections()2097 for (space_index = 0; space_index < file_hdr->space_total; space_index++) in setup_sections()2111 (current_offset + file_hdr->space_location in setup_sections()2150 (current_offset + file_hdr->subspace_location in setup_sections()2159 (current_offset + file_hdr->subspace_location in setup_sections()2316 if (file_hdr->a_magic != RELOC_MAGIC) in setup_sections()2383 struct som_header file_hdr; in som_object_p() local2400 som_swap_header_in (&ext_file_hdr, &file_hdr); in som_object_p()[all …]
8396 wwhen setting file_hdr->entry* for executables.