| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | dve3900-rom.c | 85 unsigned int *section_count); 789 count_section (bfd *abfd, asection *s, unsigned int *section_count) in count_section() argument 792 (*section_count)++; in count_section() 872 int section_count = 0; in r3900_load() local 907 §ion_count); in r3900_load() 908 write_long (&buffer[0], (long) section_count); in r3900_load()
|
| HD | win32-nat.c | 773 int section_count = bfd_count_sections (abfd); in get_relocated_section_addrs() local
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | section.c | 769 newsect->index = abfd->section_count; in bfd_section_init() 776 abfd->section_count++; in bfd_section_init() 808 abfd->section_count = 0; in bfd_section_list_clear() 1230 if (i != abfd->section_count) /* Debugging */ in bfd_map_over_sections()
|
| HD | bfd.c | 1503 preserve->section_count = abfd->section_count; in bfd_preserve_save() 1515 abfd->section_count = 0; in bfd_preserve_save() 1545 abfd->section_count = preserve->section_count; in bfd_preserve_restore()
|
| HD | libieee.h | 85 unsigned int section_count; member
|
| HD | simple.c | 224 * abfd->section_count); in bfd_simple_get_relocated_section_contents()
|
| HD | elf.c | 3061 abfd->section_count--; in assign_section_numbers() 5452 unsigned int section_count; in rewrite_elf_program_header() local 5467 for (section = ibfd->sections, section_count = 0; in rewrite_elf_program_header() 5478 ++section_count; in rewrite_elf_program_header() 5485 amt += ((bfd_size_type) section_count - 1) * sizeof (asection *); in rewrite_elf_program_header() 5525 if (section_count == 0) in rewrite_elf_program_header() 5573 sections = bfd_malloc2 (section_count, sizeof (asection *)); in rewrite_elf_program_header() 5636 BFD_ASSERT (j == section_count); in rewrite_elf_program_header() 5640 if (isec == section_count) in rewrite_elf_program_header() 5646 map->count = section_count; in rewrite_elf_program_header() [all …]
|
| HD | opncls.c | 86 nbfd->section_count = 0; in _bfd_new_bfd() 854 abfd->section_count = 0; in bfd_make_readable()
|
| HD | coff-ppc.c | 2180 amt = abfd->section_count + 1; 2187 for (i = 0; i <= abfd->section_count; i++) 2473 for (i = 0; i < abfd->section_count; i++) 2533 for (i = 0; i < abfd->section_count; i++)
|
| HD | cofflink.c | 769 amt = abfd->section_count + 1; in _bfd_coff_final_link() 774 for (i = 0; i <= abfd->section_count; i++) in _bfd_coff_final_link() 1075 for (i = 0; i < abfd->section_count; i++) in _bfd_coff_final_link() 1137 for (i = 0; i < abfd->section_count; i++) in _bfd_coff_final_link()
|
| HD | bfd-in.h | 558 #define bfd_count_sections(abfd) ((abfd)->section_count)
|
| HD | xcofflink.c | 1020 amt = abfd->section_count + 1; in xcoff_link_add_symbols() 5483 BFD_ASSERT ((unsigned int) indx == abfd->section_count); in _bfd_xcoff_bfd_final_link() 5491 sofar += abfd->section_count * bfd_coff_scnhsz (abfd); in _bfd_xcoff_bfd_final_link() 5534 amt = abfd->section_count + 1; in _bfd_xcoff_bfd_final_link() 5539 for (i = 0; i <= abfd->section_count; i++) in _bfd_xcoff_bfd_final_link() 5846 for (i = 0; i < abfd->section_count; i++) in _bfd_xcoff_bfd_final_link() 5931 for (i = 0; i < abfd->section_count; i++) in _bfd_xcoff_bfd_final_link()
|
| HD | ecoff.c | 1944 amt = abfd->section_count; in ecoff_compute_section_file_positions() 1953 BFD_ASSERT (i == abfd->section_count); in ecoff_compute_section_file_positions() 1955 qsort (sorted_hdrs, abfd->section_count, sizeof (asection *), in ecoff_compute_section_file_positions() 1963 for (i = 0; i < abfd->section_count; i++) in ecoff_compute_section_file_positions() 1981 for (i = 0; i < abfd->section_count; i++) in ecoff_compute_section_file_positions()
|
| HD | bfd-in2.h | 565 #define bfd_count_sections(abfd) ((abfd)->section_count) 4661 unsigned int section_count; member 4928 unsigned int section_count; member
|
| HD | ieee.c | 1201 if (section_index > ieee->section_count) in ieee_slurp_sections() 1202 ieee->section_count = section_index; in ieee_slurp_sections() 1806 ieee->section_count = 0; in ieee_object_p()
|
| HD | elf32-spu.c | 605 if (output_bfd->section_count < 2) in spu_elf_find_overlays() 608 alloc_sec = bfd_malloc (output_bfd->section_count * sizeof (*alloc_sec)); in spu_elf_find_overlays()
|
| HD | coffcode.h | 1736 --abfd->section_count; in coff_set_alignment_hook() 3021 sofar += abfd->section_count * bfd_coff_scnhsz (abfd); in coff_compute_section_file_positions()
|
| HD | coffgen.c | 2259 size += abfd->section_count * bfd_coff_scnhsz (abfd); in coff_sizeof_headers()
|
| HD | coff64-rs6000.c | 2090 size += abfd->section_count * bfd_coff_scnhsz (abfd); in xcoff64_sizeof_headers()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | coffgrok.c | 133 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1, in do_sections_p1() 135 head->nsections = abfd->section_count + 1; in do_sections_p1() 621 …ection = (struct coff_isection *) xcalloc (sizeof (struct coff_isection), abfd->section_count + 1); in doit()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | ObjectFile.cpp | 657 size_t section_count = section_list->GetNumSections(0); in GetLoadableData() local 658 for (size_t i = 0; i < section_count; ++i) { in GetLoadableData()
|
| /freebsd-11-stable/contrib/binutils/ld/ |
| HD | ldwrite.c | 435 int nsecs = abfd->section_count; in split_sections()
|
| /freebsd-11-stable/gnu/usr.bin/binutils/libbfd/ |
| HD | bfd.h | 571 #define bfd_count_sections(abfd) ((abfd)->section_count) 4668 unsigned int section_count; member 4935 unsigned int section_count; member
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | write.c | 1516 stdoutput->section_count -= 2; in write_object_file()
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-ia64.c | 4982 unsigned int section_count; local 5023 section_count = bfd_count_sections(stdoutput); 5025 if (section_count != bfd_count_sections(stdoutput))
|