HomeSort by: relevance | last modified time | path
    Searched refs:text_size (Results 1 - 6 of 6) sorted by relevancy

  /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/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/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

Completed in 110 milliseconds