• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:header

35   bfd_size_type amt = sizeof (record->header);
40 amt = record->header.length - sizeof (record->header);
43 if (bfd_bread ((void *) ((char *) record + sizeof (record->header)), amt, abfd)
52 return record->header.length
105 switch (record.header.type)
112 int flag = record.header.type == (int) oasys_record_is_local_enum ?
129 if (record.header.type == (int) oasys_record_is_local_enum)
216 oasys_archive_header_type header;
231 header.version = H_GET_32 (abfd, header_ext.version);
232 header.mod_count = H_GET_32 (abfd, header_ext.mod_count);
233 header.mod_tbl_offset = H_GET_32 (abfd, header_ext.mod_tbl_offset);
234 header.sym_tbl_size = H_GET_32 (abfd, header_ext.sym_tbl_size);
235 header.sym_count = H_GET_32 (abfd, header_ext.sym_count);
236 header.sym_tbl_offset = H_GET_32 (abfd, header_ext.sym_tbl_offset);
237 header.xref_count = H_GET_32 (abfd, header_ext.xref_count);
238 header.xref_lst_offset = H_GET_32 (abfd, header_ext.xref_lst_offset);
242 the header are too weird. */
244 if (header.version > 10000
245 || header.mod_count > 10000
246 || header.sym_count > 100000
247 || header.xref_count > 100000)
250 /* That all worked, let's buy the space for the header and read in
260 amt = header.mod_count;
269 ar->module_count = header.mod_count;
271 filepos = header.mod_tbl_offset;
272 for (i = 0; i < header.mod_count; i++)
277 /* There are two ways of specifying the archive header. */
367 switch (record.header.type)
374 bfd_byte *end_src = ((bfd_byte *) & record) + record.header.length;
567 if ((size_t) record.header.length < (size_t) sizeof (record.header))
570 switch ((oasys_record_enum_type) (record.header.type))
588 if (record.section.header.length != sizeof (record.section))
615 oasys->first_data_record = bfd_tell (abfd) - record.header.length;
766 record->header.length = size;
767 record->header.type = (int) type;
768 record->header.check_sum = 0;
769 record->header.fill = 0;
774 record->header.check_sum = 0xff & (-checksum);
867 /* Write a section header for each section. */
901 /* Create and write the header. */