/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 1288 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/ |
D | objdump.exp | 91 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/ |
D | netbsd.h | 88 bfd_size_type text_size; in MY() local 91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); in MY()
|
D | i386lynx.c | 39 bfd_size_type text_size; /* dummy vars */ \ 42 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
D | libaout.h | 627 bfd_size_type text_size; /* Dummy vars. */ \ 631 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
|
D | hp300hpux.c | 283 bfd_size_type text_size; /* dummy vars */ in MY() local 291 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY()
|
D | riscix.c | 113 bfd_size_type text_size; /* Dummy vars. */ \ 117 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
|
D | pdp11.c | 295 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()
|
D | aout-tic30.c | 639 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()
|
D | ecoff.c | 2345 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()
|
D | aoutx.h | 1115 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()
|
D | ChangeLog-9495 | 1400 section types when incrementing text_size and data_size. Call 8828 * ecoff.c (ecoff_write_object_contents): Make text_size, data_size
|
D | ChangeLog-9193 | 3370 section headers to text_size. If not D_PAGED, set the magic
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm.cc | 1419 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()
|
D | ChangeLog | 7314 (Arm_exidx_input_section::text_size): New method.
|