HomeSort by: relevance | last modified time | path
    Searched refs:section_size (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_init.c 322 unsigned_word section_size; local
331 section_size = bfd_section_size (the_section);
332 if (section_size == 0)
342 (long)section_size,
368 mem_in[1] = section_size;
373 (unsigned long)section_size);
384 section_size, local
390 void *section_init = zalloc(section_size);
394 section_size)) {
403 section_size,
    [all...]
hw_htab.c 430 unsigned_word section_size; local
439 section_size = bfd_section_size (sec);
440 if (section_size == 0)
462 (long)section_size,
473 section_init = zalloc(section_size);
477 section_size)) {
485 section_size,
487 != section_size)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_init.c 322 unsigned_word section_size; local
331 section_size = bfd_section_size (the_section);
332 if (section_size == 0)
342 (long)section_size,
368 mem_in[1] = section_size;
373 (unsigned long)section_size);
384 section_size, local
390 void *section_init = zalloc(section_size);
394 section_size)) {
403 section_size,
    [all...]
hw_htab.c 430 unsigned_word section_size; local
439 section_size = bfd_section_size (sec);
440 if (section_size == 0)
462 (long)section_size,
473 section_init = zalloc(section_size);
477 section_size)) {
485 section_size,
487 != section_size)
  /src/external/gpl3/gdb.old/dist/gdb/
defs.h 349 unsigned long section_size,
gdb_bfd.c 1118 bfd_size_type section_size = bfd_section_size (section);
1120 contents->resize (section_size);
1123 section_size);
symfile.c 69 unsigned long section_size,
1866 section_size (section_size_), lma (lma_), buffer (buffer_)
1874 ULONGEST section_size;
1922 hex_string (args->section_size),
1960 args->section_size,
1872 ULONGEST section_size; member in struct:load_progress_section_data
  /src/external/gpl3/gdb/dist/gdb/
defs.h 347 unsigned long section_size,
gdb_bfd.c 1125 bfd_size_type section_size = bfd_section_size (section);
1127 contents->resize (section_size);
1130 section_size);
symfile.c 69 unsigned long section_size,
1866 section_size (section_size_), lma (lma_), buffer (buffer_)
1874 ULONGEST section_size;
1922 hex_string (args->section_size),
1960 args->section_size,
1872 ULONGEST section_size; member in struct:load_progress_section_data
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer.cc 227 lto_section_name[i], lto_stats.section_size[i]);
lto-section-in.cc 145 lto_stats.section_size[section_type] += *len;
lto-streamer.h 436 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member in struct:lto_stats_d
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer.cc 227 lto_section_name[i], lto_stats.section_size[i]);
lto-section-in.cc 145 lto_stats.section_size[section_type] += *len;
lto-streamer.h 434 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member in struct:lto_stats_d
  /src/external/gpl3/gdb.old/dist/sim/erc32/
func.c 1024 unsigned long section_size; local
1055 section_size = bfd_section_size (section);
1059 section_name, (uint64_t) section_address, section_size);
1067 while (section_size > 0) {
1071 count = min(section_size, 1024);
1080 section_size -= count;
  /src/external/gpl3/gdb/dist/sim/erc32/
func.c 1024 unsigned long section_size; local
1055 section_size = bfd_section_size (section);
1059 section_name, (uint64_t) section_address, section_size);
1067 while (section_size > 0) {
1071 count = min(section_size, 1024);
1080 section_size -= count;
  /src/external/gpl3/binutils/dist/bfd/
elf-attrs.c 490 bfd_vma section_size = oav2_section_size (abfd); local
491 if (section_size == 0)
511 BFD_ASSERT (section_size == (bfd_vma) (p - buffer));
513 return section_size;
dwarf2.c 672 struct (indicated by SECTION_BUFFER and SECTION_SIZE). If SYMS is
683 bfd_size_type *section_size)
724 *section_size = amt;
740 : !bfd_get_section_contents (abfd, msec, contents, 0, *section_size))
745 contents[*section_size] = 0;
751 if (offset != 0 && offset >= *section_size)
757 (uint64_t) *section_size);
elf32-xtensa.c 3118 bfd_size_type section_size, sgotloc_size;
3122 section_size = sxtlit->size;
3123 if (section_size == 0)
3126 BFD_ASSERT (section_size % 8 == 0);
3127 num = section_size / 8;
3130 if (sgotloc_size != section_size)
3202 if ((bfd_size_type) (num * 8) < section_size)
3203 memset (&contents[num * 8], 0, section_size - num * 8);
3206 section_size))
3210 memcpy (sgotloc->contents, contents, section_size);
3113 bfd_size_type section_size, sgotloc_size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 672 struct (indicated by SECTION_BUFFER and SECTION_SIZE). If SYMS is
683 bfd_size_type *section_size)
724 *section_size = amt;
740 : !bfd_get_section_contents (abfd, msec, contents, 0, *section_size))
745 contents[*section_size] = 0;
751 if (offset != 0 && offset >= *section_size)
757 (uint64_t) *section_size);
elf32-xtensa.c 3118 bfd_size_type section_size, sgotloc_size;
3122 section_size = sxtlit->size;
3123 if (section_size == 0)
3126 BFD_ASSERT (section_size % 8 == 0);
3127 num = section_size / 8;
3130 if (sgotloc_size != section_size)
3202 if ((bfd_size_type) (num * 8) < section_size)
3203 memset (&contents[num * 8], 0, section_size - num * 8);
3206 section_size))
3210 memcpy (sgotloc->contents, contents, section_size);
3113 bfd_size_type section_size, sgotloc_size; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 672 struct (indicated by SECTION_BUFFER and SECTION_SIZE). If SYMS is
683 bfd_size_type *section_size)
724 *section_size = amt;
740 : !bfd_get_section_contents (abfd, msec, contents, 0, *section_size))
745 contents[*section_size] = 0;
751 if (offset != 0 && offset >= *section_size)
757 (uint64_t) *section_size);
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 672 struct (indicated by SECTION_BUFFER and SECTION_SIZE). If SYMS is
683 bfd_size_type *section_size)
724 *section_size = amt;
740 : !bfd_get_section_contents (abfd, msec, contents, 0, *section_size))
745 contents[*section_size] = 0;
751 if (offset != 0 && offset >= *section_size)
757 (uint64_t) *section_size);

Completed in 60 milliseconds

1 2