HomeSort by: relevance | last modified time | path
    Searched defs:file_hdr (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
som.h 119 struct som_header *file_hdr; member in struct:somdata
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
som.c 2074 struct som_header *file_hdr,
2085 amt = file_hdr->space_strings_size;
2091 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location,
2101 for (space_index = 0; space_index < file_hdr->space_total; space_index++)
2115 (current_offset + file_hdr->space_location
2126 if (space.name >= file_hdr->space_strings_size)
2157 (current_offset + file_hdr->subspace_location
2166 (current_offset + file_hdr->subspace_location
2200 if (subspace.name >= file_hdr->space_strings_size)
2326 if (file_hdr->a_magic != RELOC_MAGIC
2389 struct som_header file_hdr; local
2547 struct som_header *file_hdr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.h 119 struct som_header *file_hdr; member in struct:somdata
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
som.c 2074 struct som_header *file_hdr,
2085 amt = file_hdr->space_strings_size;
2091 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location,
2101 for (space_index = 0; space_index < file_hdr->space_total; space_index++)
2115 (current_offset + file_hdr->space_location
2126 if (space.name >= file_hdr->space_strings_size)
2157 (current_offset + file_hdr->subspace_location
2166 (current_offset + file_hdr->subspace_location
2200 if (subspace.name >= file_hdr->space_strings_size)
2326 if (file_hdr->a_magic != RELOC_MAGIC
2389 struct som_header file_hdr; local
2547 struct som_header *file_hdr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.h 119 struct som_header *file_hdr; member in struct:somdata
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
som.c 2074 struct som_header *file_hdr,
2085 amt = file_hdr->space_strings_size;
2091 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location,
2101 for (space_index = 0; space_index < file_hdr->space_total; space_index++)
2115 (current_offset + file_hdr->space_location
2126 if (space.name >= file_hdr->space_strings_size)
2157 (current_offset + file_hdr->subspace_location
2166 (current_offset + file_hdr->subspace_location
2200 if (subspace.name >= file_hdr->space_strings_size)
2326 if (file_hdr->a_magic != RELOC_MAGIC
2389 struct som_header file_hdr; local
2547 struct som_header *file_hdr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.h 119 struct som_header *file_hdr; member in struct:somdata
196 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
som.c 2074 struct som_header *file_hdr,
2085 amt = file_hdr->space_strings_size;
2091 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location,
2101 for (space_index = 0; space_index < file_hdr->space_total; space_index++)
2115 (current_offset + file_hdr->space_location
2126 if (space.name >= file_hdr->space_strings_size)
2157 (current_offset + file_hdr->subspace_location
2166 (current_offset + file_hdr->subspace_location
2200 if (subspace.name >= file_hdr->space_strings_size)
2326 if (file_hdr->a_magic != RELOC_MAGIC
2389 struct som_header file_hdr; local
2547 struct som_header *file_hdr; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
socket_wrapper.c 914 struct swrap_file_hdr file_hdr; local
915 file_hdr.magic = 0xA1B2C3D4;
916 file_hdr.version_major = 0x0002;
917 file_hdr.version_minor = 0x0004;
918 file_hdr.timezone = 0x00000000;
919 file_hdr.sigfigs = 0x00000000;
920 file_hdr.frame_max_len = SWRAP_FRAME_LENGTH_MAX;
921 file_hdr.link_type = 0x0065; /* 101 RAW IP */
923 write(fd, &file_hdr, sizeof(file_hdr));
    [all...]

Completed in 35 milliseconds