Home
last modified time | relevance | path

Searched refs:file_hdr (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsom.h115 struct som_header *file_hdr; member
192 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
Dsom.c2074 struct som_header *file_hdr, in setup_sections() argument
2085 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() local
2400 som_swap_header_in (&ext_file_hdr, &file_hdr); in som_object_p()
[all …]
DChangeLog-94958396 wwhen setting file_hdr->entry* for executables.