Home
last modified time | relevance | path

Searched refs:text_size (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c1288 const char *text, bfd_size_type text_size, in dump_xcoff32_tbtags() argument
1293 if (func_start - text_start > text_size) in dump_xcoff32_tbtags()
1298 for (i = func_start - text_start; i < text_size; i+= 4) in dump_xcoff32_tbtags()
1306 if (i + 8 >= text_size) in dump_xcoff32_tbtags()
1346 if (off >= text_size) in dump_xcoff32_tbtags()
1357 if (off >= text_size) in dump_xcoff32_tbtags()
1368 if (off >= text_size) in dump_xcoff32_tbtags()
1379 if (off >= text_size) in dump_xcoff32_tbtags()
1386 if (off >= text_size) in dump_xcoff32_tbtags()
1398 if (off >= text_size) in dump_xcoff32_tbtags()
[all …]
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
Dobjdump.exp91 if ![regexp $want $got all text_name text_size data_name data_size] then {
94 verbose "text name is $text_name size is $text_size"
108 if {[expr "0x$text_size"] < $ets || [expr "0x$data_size"] < $eds} then {
/toolchain/binutils/binutils-2.25/bfd/
Dnetbsd.h88 bfd_size_type text_size; in MY() local
91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); in MY()
Di386lynx.c39 bfd_size_type text_size; /* dummy vars */ \
42 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
Dlibaout.h627 bfd_size_type text_size; /* Dummy vars. */ \
631 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
Dhp300hpux.c283 bfd_size_type text_size; /* dummy vars */ in MY() local
291 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY()
Driscix.c113 bfd_size_type text_size; /* Dummy vars. */ \
117 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
Dpdp11.c295 bfd_size_type text_size; in pdp11_aout_write_headers() local
299 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in pdp11_aout_write_headers()
363 bfd_size_type text_size; in MY() local
366 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY()
1019 bfd_size_type *text_size, in NAME()
1034 *text_size = obj_textsec (abfd)->size; in NAME()
1146 bfd_size_type text_size; in NAME() local
1150 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end)) in NAME()
3663 bfd_size_type text_size; in NAME() local
3760 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME()
Daout-tic30.c639 bfd_size_type text_size; /* Dummy vars. */ in tic30_aout_write_object_contents() local
643 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in tic30_aout_write_object_contents()
Decoff.c2345 bfd_size_type text_size; in _bfd_ecoff_write_object_contents() local
2372 text_size = _bfd_ecoff_sizeof_headers (abfd, NULL); in _bfd_ecoff_write_object_contents()
2374 text_size = 0; in _bfd_ecoff_write_object_contents()
2473 text_size += current->size; in _bfd_ecoff_write_object_contents()
2558 internal_a.tsize = (text_size + round - 1) &~ (round - 1); in _bfd_ecoff_write_object_contents()
2565 internal_a.tsize = text_size; in _bfd_ecoff_write_object_contents()
Daoutx.h1115 bfd_size_type *text_size, in NAME()
1130 *text_size = obj_textsec (abfd)->size; in NAME()
1254 bfd_size_type text_size; in NAME() local
1258 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME()
5332 bfd_size_type text_size; in NAME() local
5430 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME()
DChangeLog-94951400 section types when incrementing text_size and data_size. Call
8828 * ecoff.c (ecoff_write_object_contents): Make text_size, data_size
DChangeLog-91933370 section headers to text_size. If not D_PAGED, set the magic
/toolchain/binutils/binutils-2.25/gold/
Darm.cc1419 uint32_t addralign, uint32_t text_size) in Arm_exidx_input_section() argument
1421 addralign_(addralign), text_size_(text_size), has_errors_(false) in Arm_exidx_input_section()
1456 text_size() const in text_size() function in __anon5653a9be0111::Arm_exidx_input_section
5389 convert_to_section_size_type(exidx_input_section->text_size()); in do_fixed_endian_write()
DChangeLog7314 (Arm_exidx_input_section::text_size): New method.