Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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.27/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.27/bfd/
Decoff.c2372 bfd_size_type text_size; in _bfd_ecoff_write_object_contents() local
2399 text_size = _bfd_ecoff_sizeof_headers (abfd, NULL); in _bfd_ecoff_write_object_contents()
2401 text_size = 0; in _bfd_ecoff_write_object_contents()
2500 text_size += current->size; in _bfd_ecoff_write_object_contents()
2585 internal_a.tsize = (text_size + round - 1) &~ (round - 1); in _bfd_ecoff_write_object_contents()
2592 internal_a.tsize = text_size; in _bfd_ecoff_write_object_contents()
DChangeLog-2015205 * aoutx.h (adjust_sizes_and_vmas): Remove unused text_size and
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.27/gold/
Darm.cc1423 uint32_t addralign, uint32_t text_size) in Arm_exidx_input_section() argument
1425 addralign_(addralign), text_size_(text_size), has_errors_(false) in Arm_exidx_input_section()
1460 text_size() const in text_size() function in __anonf511bcc00111::Arm_exidx_input_section
5454 convert_to_section_size_type(exidx_input_section->text_size()); in do_fixed_endian_write()
DChangeLog-08158731 (Arm_exidx_input_section::text_size): New method.