Searched refs:file_hdr (Results 1 – 9 of 9) sorted by relevance
119 struct som_header *file_hdr; member196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
2073 struct som_header *file_hdr, in setup_sections() argument2084 amt = file_hdr->space_strings_size; in setup_sections()2090 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location, in setup_sections()2100 for (space_index = 0; space_index < file_hdr->space_total; space_index++) in setup_sections()2114 (current_offset + file_hdr->space_location in setup_sections()2125 if (space.name >= file_hdr->space_strings_size) in setup_sections()2156 (current_offset + file_hdr->subspace_location in setup_sections()2165 (current_offset + file_hdr->subspace_location in setup_sections()2199 if (subspace.name >= file_hdr->space_strings_size) in setup_sections()2325 if (file_hdr->a_magic != RELOC_MAGIC) in setup_sections()[all …]
8396 wwhen setting file_hdr->entry* for executables.
2074 struct som_header *file_hdr, in setup_sections() argument2085 amt = file_hdr->space_strings_size; in setup_sections()2091 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location, in setup_sections()2101 for (space_index = 0; space_index < file_hdr->space_total; space_index++) in setup_sections()2115 (current_offset + file_hdr->space_location in setup_sections()2126 if (space.name >= file_hdr->space_strings_size) in setup_sections()2157 (current_offset + file_hdr->subspace_location in setup_sections()2166 (current_offset + file_hdr->subspace_location in setup_sections()2200 if (subspace.name >= file_hdr->space_strings_size) in setup_sections()2326 if (file_hdr->a_magic != RELOC_MAGIC) in setup_sections()[all …]
914 struct swrap_file_hdr file_hdr; in swrap_get_pcap_fd() local915 file_hdr.magic = 0xA1B2C3D4; in swrap_get_pcap_fd()916 file_hdr.version_major = 0x0002; in swrap_get_pcap_fd()917 file_hdr.version_minor = 0x0004; in swrap_get_pcap_fd()918 file_hdr.timezone = 0x00000000; in swrap_get_pcap_fd()919 file_hdr.sigfigs = 0x00000000; in swrap_get_pcap_fd()920 file_hdr.frame_max_len = SWRAP_FRAME_LENGTH_MAX; in swrap_get_pcap_fd()921 file_hdr.link_type = 0x0065; /* 101 RAW IP */ in swrap_get_pcap_fd()923 write(fd, &file_hdr, sizeof(file_hdr)); in swrap_get_pcap_fd()