Searched refs:text_size (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dserver.c80 size_t text_size; local
85 text_size = sizeof (z_line) * 2;
86 pz_scan = pz_text = xmalloc (text_size);
107 if (text_size - used_ct < sizeof (z_line))
111 text_size += 4096;
112 pz_text = xrealloc (pz_text, text_size);
/haiku-buildtools/gcc/fixincludes/
H A Dserver.c80 size_t text_size; local
85 text_size = sizeof (z_line) * 2;
86 pz_scan = pz_text = XNEWVEC (char, text_size);
107 if (text_size - used_ct < sizeof (z_line))
111 text_size += 4096;
112 pz_text = XRESIZEVEC (char, pz_text, text_size);
/haiku-buildtools/legacy/binutils/bfd/
H A Dnetbsd.h88 bfd_size_type text_size; local
91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end);
H A Di386lynx.c41 bfd_size_type text_size; /* dummy vars */ \
44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
H A Dhp300hpux.c293 bfd_size_type text_size; /* dummy vars */ local
301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
H A Dlibaout.h625 bfd_size_type text_size; /* Dummy vars. */ \
629 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
H A Driscix.c112 bfd_size_type text_size; /* Dummy vars. */ \
116 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
H A Dpdp11.c284 bfd_size_type text_size; local
288 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
352 bfd_size_type text_size; local
355 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
1018 bfd_size_type *text_size,
1033 *text_size = obj_textsec (abfd)->size;
1150 bfd_size_type text_size; local
1154 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end))
3656 bfd_size_type text_size;
3753 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size,
3647 bfd_size_type text_size; local
[all...]
H A Daout-tic30.c623 bfd_size_type text_size; /* Dummy vars. */ local
627 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
H A Decoff.c2341 bfd_size_type text_size;
2368 text_size = _bfd_ecoff_sizeof_headers (abfd, FALSE);
2370 text_size = 0;
2469 text_size += current->size;
2554 internal_a.tsize = (text_size + round - 1) &~ (round - 1);
2561 internal_a.tsize = text_size;
2334 bfd_size_type text_size; local
H A Daoutx.h1082 bfd_size_type *text_size,
1097 *text_size = obj_textsec (abfd)->size;
1226 bfd_size_type text_size; local
1230 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end))
5250 bfd_size_type text_size;
5348 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end))
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1288 const char *text, bfd_size_type text_size,
1293 if (func_start - text_start > text_size)
1298 for (i = func_start - text_start; i < text_size; i+= 4)
1306 if (i + 8 >= text_size)
1346 if (off >= text_size)
1357 if (off >= text_size)
1368 if (off >= text_size)
1379 if (off >= text_size)
1386 if (off >= text_size)
1398 if (off >= text_size)
1287 dump_xcoff32_tbtags(bfd *abfd, const char *text, bfd_size_type text_size, unsigned int text_start, unsigned int func_start) argument
1442 bfd_size_type text_size; local
[all...]
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.exp93 if ![regexp $want $got all text_name text_size data_name data_size] then {
96 verbose "text name is $text_name size is $text_size"
110 if {[expr "0x$text_size"] < $ets || [expr "0x$data_size"] < $eds} then {
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A 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 {
/haiku-buildtools/binutils/bfd/
H A Decoff.c2381 bfd_size_type text_size;
2408 text_size = _bfd_ecoff_sizeof_headers (abfd, NULL);
2410 text_size = 0;
2509 text_size += current->size;
2594 internal_a.tsize = (text_size + round - 1) &~ (round - 1);
2601 internal_a.tsize = text_size;
2374 bfd_size_type text_size; local
/haiku-buildtools/binutils/gold/
H A Darm.cc1419 uint32_t addralign, uint32_t text_size)
1421 addralign_(addralign), text_size_(text_size), has_errors_(false)
1456 text_size() const
5392 convert_to_section_size_type(exidx_input_section->text_size());

Completed in 238 milliseconds