| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| server.c | 80 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);
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| server.c | 80 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);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdb-stabs.h | 39 int text_size = 0; /* Size of text section */ member in struct:dbx_symfile_info 67 #define DBX_TEXT_SIZE(o) (DBX_SYMFILE_INFO(o)->text_size)
|
| solib-aix.c | 46 ULONGEST text_size = 0; member in struct:lm_info 134 attr = xml_find_attribute (attributes, "text_size"); 135 item.text_size = * (ULONGEST *) attr->value.get (); 171 { "text_size", GDB_XML_AF_NONE, gdb_xml_parse_attr_ulongest, NULL }, 323 sec->endaddr = sec->addr + info->text_size;
|
| dbxread.c | 195 objfile's text_addr and text_size members. 967 int text_size; 992 text_size = DBX_TEXT_SIZE (objfile); 1965 + text_size)); 2222 int text_size; /* Size of text segment for symbols */ 2227 text_size = pst->text_high (objfile) - pst->text_low (objfile); 2367 pst->compunit_symtab = end_compunit_symtab (text_offset + text_size); 959 int text_size; local 2213 int text_size; \/* Size of text segment for symbols *\/ local
|
| /src/sys/arch/x68k/stand/aout2hux/ |
| aout2hux.c | 57 u_int32_t text_size; /* size of text section */ member in struct:exec_info 161 inf->text_size = get_uint32(&hdr->a_text); 166 inf->data_off = sizeof(struct aout_m68k) + inf->text_size; 167 inf->text_pad = -inf->text_size & (AOUT_PAGESIZE(hdr) - 1); 274 inf->text_size = get_uint32(&shdr.sh_offset) - 277 inf->data_off = inf->text_off + inf->text_size; 279 inf->text_size; 290 inf->text_size = get_uint32(&phdr[0].p_filesz); 292 inf->bss_size = get_uint32(&phdr[0].p_memsz) - inf->text_size; 303 inf->text_size = get_uint32(&phdr[0].p_filesz) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| gdb-stabs.h | 135 int text_size = 0; /* Size of text section */ member in struct:dbx_symfile_info 165 #define DBX_TEXT_SIZE(o) (DBX_SYMFILE_INFO(o)->text_size)
|
| solib-aix.c | 46 ULONGEST text_size = 0; member in struct:lm_info 134 attr = xml_find_attribute (attributes, "text_size"); 135 item.text_size = * (ULONGEST *) attr->value.get (); 171 { "text_size", GDB_XML_AF_NONE, gdb_xml_parse_attr_ulongest, NULL }, 323 sec->endaddr = sec->addr + info->text_size;
|
| stabsread.c | 827 int text_size; /* Size of text segment for symbols */ 833 text_size = pst->text_high (objfile) - pst->text_low (objfile); 970 pst->compunit_symtab = end_compunit_symtab (text_offset + text_size); 1211 int text_size; 1238 text_size = DBX_TEXT_SIZE (objfile); 2207 + text_size)); 824 int text_size; \/* Size of text segment for symbols *\/ local 1208 int text_size; local
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-xcoff.c | 1288 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) 1442 bfd_size_type text_size; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-xcoff.c | 1288 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) 1442 bfd_size_type text_size; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| ecoff.c | 2428 bfd_size_type text_size; 2455 text_size = _bfd_ecoff_sizeof_headers (abfd, NULL); 2457 text_size = 0; 2556 text_size += current->size; 2641 internal_a.tsize = (text_size + round - 1) &~ (round - 1); 2648 internal_a.tsize = text_size; 2421 bfd_size_type text_size; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| ecoff.c | 2418 bfd_size_type text_size; 2445 text_size = _bfd_ecoff_sizeof_headers (abfd, NULL); 2447 text_size = 0; 2546 text_size += current->size; 2631 internal_a.tsize = (text_size + round - 1) &~ (round - 1); 2638 internal_a.tsize = text_size; 2411 bfd_size_type text_size; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| ecoff.c | 2430 bfd_size_type text_size; 2457 text_size = _bfd_ecoff_sizeof_headers (abfd, NULL); 2459 text_size = 0; 2558 text_size += current->size; 2643 internal_a.tsize = (text_size + round - 1) &~ (round - 1); 2650 internal_a.tsize = text_size; 2423 bfd_size_type text_size; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| ecoff.c | 2427 bfd_size_type text_size; 2454 text_size = _bfd_ecoff_sizeof_headers (abfd, NULL); 2456 text_size = 0; 2555 text_size += current->size; 2640 internal_a.tsize = (text_size + round - 1) &~ (round - 1); 2647 internal_a.tsize = text_size; 2420 bfd_size_type text_size; local
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| xv.h | 719 uint32_t text_size; member in struct:xcb_xv_query_port_attributes_reply_t
|