Searched refs:hdrsize (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/gprof/
H A Dgmon_io.c639 unsigned int i, hdrsize;
647 hdrsize = 0;
658 hdrsize = GMON_HDRSIZE_BSD44_32;
662 hdrsize = GMON_HDRSIZE_BSD44_64;
672 hdrsize = GMON_HDRSIZE_OLDBSD_32;
676 hdrsize = GMON_HDRSIZE_OLDBSD_64;
690 || gmon_io_write_32 (ofp, hist_num_bins * sizeof (UNIT) + hdrsize))
638 unsigned int i, hdrsize; local
/haiku-buildtools/binutils/gprof/
H A Dgmon_io.c636 unsigned int i, hdrsize;
644 hdrsize = 0;
655 hdrsize = GMON_HDRSIZE_BSD44_32;
659 hdrsize = GMON_HDRSIZE_BSD44_64;
669 hdrsize = GMON_HDRSIZE_OLDBSD_32;
673 hdrsize = GMON_HDRSIZE_OLDBSD_64;
688 * sizeof (UNIT) + hdrsize))
635 unsigned int i, hdrsize; local
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c1036 size_t hdrsize; local
1060 hdrsize = sizeof (struct mach_o_header_32);
1066 hdrsize = sizeof (struct mach_o_header_64);
1115 sechdr_offset = hdrsize + seghdrsize;
1117 offset = hdrsize + cmdsize;
1295 hdrsize + cmdsize);
1297 offset - (hdrsize + cmdsize));
1322 hdrsize + cmdsize);
1324 offset - (hdrsize + cmdsize));
1333 return simple_object_internal_write (descriptor, hdrsize, hd
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c1036 size_t hdrsize; local
1060 hdrsize = sizeof (struct mach_o_header_32);
1066 hdrsize = sizeof (struct mach_o_header_64);
1115 sechdr_offset = hdrsize + seghdrsize;
1117 offset = hdrsize + cmdsize;
1295 hdrsize + cmdsize);
1297 offset - (hdrsize + cmdsize));
1322 hdrsize + cmdsize);
1324 offset - (hdrsize + cmdsize));
1333 return simple_object_internal_write (descriptor, hdrsize, hd
[all...]
/haiku-buildtools/binutils/gold/
H A Ddwp.cc1039 int hdrsize = elfcpp::Elf_recognizer::max_header_size; local
1040 if (filesize < hdrsize)
1041 hdrsize = filesize;
1043 input_file->file().get_view(0, 0, hdrsize, true, false);
1044 if (!elfcpp::Elf_recognizer::is_elf_file(elf_header, hdrsize))
1053 if (!elfcpp::Elf_recognizer::is_valid_header(elf_header, hdrsize, &size,
/haiku-buildtools/binutils/bfd/
H A Dmach-o.c4920 unsigned int hdrsize; local
4922 hdrsize = mach_o_wide_p (header) ?
4975 cur->offset = hdrsize;

Completed in 87 milliseconds