HomeSort by: relevance | last modified time | path
    Searched defs:section_size (Results 1 - 25 of 42) 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_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)
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_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)
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/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;
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;
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;
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;
elf.c 7433 section_size (asection *section, Elf_Internal_Phdr *segment)
7457 overflow. Add seg_addr + section_size to both sides of the
7460 && segment_size (segment) >= section_size (section, segment)
7462 <= segment_size (segment) - section_size (section, segment)));
7543 || section_size (section, segment) > 0 \
7431 section_size (asection *section, Elf_Internal_Phdr *segment) function
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/gcc/dist/gcc/
lto-streamer.h 436 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member in struct:lto_stats_d
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.h 434 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member in struct:lto_stats_d
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/gdb/
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
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/
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
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/binutils.old/dist/bfd/
elf.c 7368 section_size (asection *section, Elf_Internal_Phdr *segment)
7392 overflow. Add seg_addr + section_size to both sides of the
7395 && segment_size (segment) >= section_size (section, segment)
7397 <= segment_size (segment) - section_size (section, segment)));
7478 || section_size (section, segment) > 0 \
7366 section_size (asection *section, Elf_Internal_Phdr *segment) function

Completed in 178 milliseconds

1 2