/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | server.c | 90 size_t text_size; local 95 text_size = sizeof (z_line) * 2; 96 pz_scan = pz_text = xmalloc (text_size); 117 if (text_size - used_ct < sizeof (z_line)) 121 text_size += 4096; 122 pz_text = xrealloc ((void *) pz_text, text_size);
|
/openbsd/gnu/gcc/fixincludes/ |
H A D | server.c | 80 size_t text_size; in load_data() local 85 text_size = sizeof (z_line) * 2; in load_data() 86 pz_scan = pz_text = XNEWVEC (char, text_size); in load_data() 107 if (text_size - used_ct < sizeof (z_line)) in load_data() 111 text_size += 4096; in load_data() 112 pz_text = XRESIZEVEC (char, pz_text, text_size); in load_data()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | aout-encap.c | 147 text_size = sizeof (struct exec); 154 text_size += sizeof (struct coffheader); 171 tp->s_size = text_size; 230 text_size -= N_TXTOFF (outheader);
|
H A D | netbsd.h | 88 bfd_size_type text_size; variable 91 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
|
H A D | i386lynx.c | 41 bfd_size_type text_size; /* dummy vars */ \ 44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
H A D | libaout.h | 610 bfd_size_type text_size; /* dummy vars */ \ 613 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
H A D | hp300hpux.c | 293 bfd_size_type text_size; /* dummy vars */ variable 301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
|
H A D | riscix.c | 102 bfd_size_type text_size; /* dummy vars */ \ 105 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
H A D | pdp11.c | 430 bfd_size_type text_size; local 434 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); 504 bfd_size_type text_size; variable 507 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); 1288 NAME(aout,adjust_sizes_and_vmas) (abfd, text_size, text_end) 1290 bfd_size_type *text_size; variable 1305 *text_size = obj_textsec (abfd)->_raw_size; 1437 bfd_size_type text_size; variable 1441 if (! NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) 3415 bfd_size_type text_size; variable [all …]
|
H A D | aout-tic30.c | 640 bfd_size_type text_size; /* Dummy vars. */ local 644 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
|
H A D | aoutx.h | 1128 NAME(aout,adjust_sizes_and_vmas) (abfd, text_size, text_end) 1130 bfd_size_type *text_size; variable 1145 *text_size = obj_textsec (abfd)->_raw_size; 1277 bfd_size_type text_size; variable 1281 if (! NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) 3734 bfd_size_type text_size; variable 3831 if (! NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end))
|
H A D | ecoff.c | 2478 bfd_size_type text_size; local 2505 text_size = _bfd_ecoff_sizeof_headers (abfd, FALSE); 2507 text_size = 0; 2604 text_size += bfd_get_section_size_before_reloc (current); 2689 internal_a.tsize = (text_size + round - 1) &~ (round - 1); 2696 internal_a.tsize = text_size;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdb-stabs.h | 53 int text_size; /* Size of text section */ member 79 #define DBX_TEXT_SIZE(o) (DBX_SYMFILE_INFO(o)->text_size)
|
H A D | pa64solib.c | 712 && pc < dld_cache.dld_desc.text_base + dld_cache.dld_desc.text_size); in pa64_solib_in_dynamic_linker() 729 + so_list->pa64_solib_desc.text_size) in pa64_solib_get_got_by_pc() 755 + so_list->pa64_solib_desc.text_size) in pa64_solib_get_solib_by_pc() 805 + so_list->pa64_solib_desc.text_size), 16)); in pa64_sharedlibrary_info_command() 838 | so->pa64_solib_desc.text_size)) in pa64_solib_address()
|
H A D | dbxread.c | 1182 int text_size; in read_dbx_symtab() local 1207 text_size = DBX_TEXT_SIZE (objfile); in read_dbx_symtab() 2112 + text_size; in read_dbx_symtab() 2459 int text_size; /* Size of text segment for symbols */ in read_ofile_symtab() local 2466 text_size = pst->texthigh - pst->textlow; in read_ofile_symtab() 2623 pst->symtab = end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile)); in read_ofile_symtab()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A 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()
|
H A D | i386lynx.c | 41 bfd_size_type text_size; /* dummy vars */ \ 44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
H A D | libaout.h | 623 bfd_size_type text_size; /* Dummy vars. */ \ 627 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
|
H A D | riscix.c | 112 bfd_size_type text_size; /* Dummy vars. */ \ 116 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
|
H A D | hp300hpux.c | 293 bfd_size_type text_size; /* dummy vars */ variable 301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
|
H A D | pdp11.c | 284 bfd_size_type text_size; in pdp11_aout_write_headers() local 288 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in pdp11_aout_write_headers() 352 bfd_size_type text_size; in MY() local 355 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY() 1018 bfd_size_type *text_size, in NAME() 1033 *text_size = obj_textsec (abfd)->size; in NAME() 1150 bfd_size_type text_size; in NAME() local 1154 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end)) in NAME() 3647 bfd_size_type text_size; in NAME() local 3744 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME()
|
H A D | aout-tic30.c | 623 bfd_size_type text_size; /* Dummy vars. */ in tic30_aout_write_object_contents() local 627 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in tic30_aout_write_object_contents()
|
H A D | ecoff.c | 2334 bfd_size_type text_size; in _bfd_ecoff_write_object_contents() local 2361 text_size = _bfd_ecoff_sizeof_headers (abfd, FALSE); in _bfd_ecoff_write_object_contents() 2363 text_size = 0; in _bfd_ecoff_write_object_contents() 2462 text_size += current->size; in _bfd_ecoff_write_object_contents() 2547 internal_a.tsize = (text_size + round - 1) &~ (round - 1); in _bfd_ecoff_write_object_contents() 2554 internal_a.tsize = text_size; in _bfd_ecoff_write_object_contents()
|
H A D | aoutx.h | 1082 bfd_size_type *text_size, in NAME() 1097 *text_size = obj_textsec (abfd)->size; in NAME() 1226 bfd_size_type text_size; in NAME() local 1230 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME() 5241 bfd_size_type text_size; in NAME() local 5339 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 164 const size_t text_size = sect_sp->GetFileSize(); in HashElfTextSection() local 166 llvm::alignTo(text_size, kMDGUIDSize), kBreakpadPageSize); in HashElfTextSection() 176 facebook_uuid[i] ^= text_size % 255; in HashElfTextSection()
|