Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsom.h119 struct som_header *file_hdr; member
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
H A Dsom.c2073 struct som_header *file_hdr, in setup_sections() argument
2084 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 …]
H A DChangeLog-94958396 wwhen setting file_hdr->entry* for executables.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsom.h119 struct som_header *file_hdr; member
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
H A Dsom.c2074 struct som_header *file_hdr, in setup_sections() argument
2085 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 …]
H A DChangeLog-94958396 wwhen setting file_hdr->entry* for executables.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.c914 struct swrap_file_hdr file_hdr; in swrap_get_pcap_fd() local
915 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()
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-94958396 wwhen setting file_hdr->entry* for executables.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-94958396 wwhen setting file_hdr->entry* for executables.