| /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/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.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/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.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
|
| /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
|
| /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
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symfile.c | 76 unsigned long section_size, 1902 section_size (section_size_), lma (lma_), buffer (buffer_) 1910 ULONGEST section_size; 1958 hex_string (args->section_size), 1996 args->section_size, 1908 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
|
| 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/dist/bfd/ |
| elf.c | 7316 section_size (asection *section, Elf_Internal_Phdr *segment) 7340 overflow. Add seg_addr + section_size to both sides of the 7343 && segment_size (segment) >= section_size (section, segment) 7345 <= segment_size (segment) - section_size (section, segment))); 7426 || section_size (section, segment) > 0 \ 7314 section_size (asection *section, Elf_Internal_Phdr *segment) function
|
| elf32-xtensa.c | 3116 bfd_size_type section_size, sgotloc_size; 3120 section_size = sxtlit->size; 3121 if (section_size == 0) 3124 BFD_ASSERT (section_size % 8 == 0); 3125 num = section_size / 8; 3128 if (sgotloc_size != section_size) 3200 if ((bfd_size_type) (num * 8) < section_size) 3201 memset (&contents[num * 8], 0, section_size - num * 8); 3204 section_size)) 3208 memcpy (sgotloc->contents, contents, section_size); 3111 bfd_size_type section_size, sgotloc_size; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf.c | 7485 section_size (asection *section, Elf_Internal_Phdr *segment) 7509 overflow. Add seg_addr + section_size to both sides of the 7512 && segment_size (segment) >= section_size (section, segment) 7514 <= segment_size (segment) - section_size (section, segment))); 7595 || section_size (section, segment) > 0 \ 7483 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/binutils/dist/binutils/ |
| readelf.c | 17120 uint64_t section_size = section->sh_size; 17125 uint64_t new_size = section_size; 17133 = get_compression_header (& chdr, start, section_size); 17180 section_size = new_size; 17193 || (section_size > 12 && streq ((char *) start, "ZLIB"))) 17200 if (! apply_relocations (filedata, section, start, section_size, NULL, NULL)) 17229 return section_size; 17381 uint64_t section_size; 17393 section_size = section->sh_size; 17404 section_size = maybe_expand_or_relocate_section (section, filedata, &start 17117 uint64_t section_size = section->sh_size; local 17378 uint64_t section_size; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 16575 uint64_t section_size = section->sh_size; 16580 uint64_t new_size = section_size; 16588 = get_compression_header (& chdr, start, section_size); 16635 section_size = new_size; 16648 || (section_size > 12 && streq ((char *) start, "ZLIB"))) 16655 if (! apply_relocations (filedata, section, start, section_size, NULL, NULL)) 16684 return section_size; 16836 uint64_t section_size; 16848 section_size = section->sh_size; 16859 section_size = maybe_expand_or_relocate_section (section, filedata, &start 16572 uint64_t section_size = section->sh_size; local 16833 uint64_t section_size; local [all...] |