| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | symfile.c | 314 alloc_section_addr_info (size_t num_sections) in alloc_section_addr_info() argument 320 + sizeof (struct other_sections) * (num_sections - 1)); in alloc_section_addr_info() 323 sap->num_sections = num_sections; in alloc_section_addr_info() 335 = alloc_section_addr_info (addrs->num_sections); in copy_section_addr_info() 338 copy->num_sections = addrs->num_sections; in copy_section_addr_info() 339 for (i = 0; i < addrs->num_sections; i++) in copy_section_addr_info() 392 for (idx = 0; idx < sap->num_sections; idx++) in free_section_addr_info() 432 for (i = 0; i < objfile->num_sections; i++) in init_objfile_sect_indices() 439 if (i == objfile->num_sections) in init_objfile_sect_indices() 465 objfile->num_sections = bfd_count_sections (objfile->obfd); in default_symfile_offsets() [all …]
|
| H A D | symfile.h | 76 size_t num_sections; member 199 num_sections);
|
| H A D | somread.c | 434 objfile->num_sections = bfd_count_sections (objfile->obfd); in som_symfile_offsets() 437 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in som_symfile_offsets() 457 for (i = 0; i < objfile->num_sections && addrs->other[i].name; i++) in som_symfile_offsets() 462 for (i = 0; i < objfile->num_sections; i++) in som_symfile_offsets()
|
| H A D | elfread.c | 382 sectinfo->num_sections = max_index; in elf_symtab_read() 716 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in elfstab_offset_sections() 717 for (i = 0; i < maybe->num_sections; i++) in elfstab_offset_sections()
|
| H A D | gdb-stabs.h | 42 size_t num_sections; member
|
| H A D | solib-svr4.c | 643 new_offsets = xcalloc (symfile_objfile->num_sections, in svr4_current_sos() 647 for (i = 0; i < symfile_objfile->num_sections; i++) in svr4_current_sos() 1221 new_offsets = xcalloc (symfile_objfile->num_sections, in svr4_relocate_main_executable() 1225 for (i = 0; i < symfile_objfile->num_sections; i++) in svr4_relocate_main_executable()
|
| H A D | objfiles.c | 501 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections))); in objfile_relocate() 506 for (i = 0; i < objfile->num_sections; ++i) in objfile_relocate() 625 for (i = 0; i < objfile->num_sections; ++i) in objfile_relocate()
|
| H A D | solib-aix5.c | 717 new_offsets = xcalloc (symfile_objfile->num_sections, in aix5_relocate_main_executable() 720 for (i = 0; i < symfile_objfile->num_sections; i++) in aix5_relocate_main_executable()
|
| H A D | objfiles.h | 375 int num_sections; member
|
| H A D | rs6000-nat.c | 699 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in vmap_symtab() 701 for (i = 0; i < objfile->num_sections; ++i) in vmap_symtab()
|
| H A D | remote-vx.c | 680 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in vx_add_symbols() 682 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in vx_add_symbols()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 101 const size_t num_sections = section_list->GetSize(); in LoadAllImagesAtFileAddresses() local 103 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in LoadAllImagesAtFileAddresses()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 231 const uint32_t num_sections = section_list.GetSize(); in updateSectionLoadAddress() local 232 for (uint32_t i = 0; i < num_sections; ++i) { in updateSectionLoadAddress() 376 const uint32_t num_sections = section_list->GetSize(); in ReadJITDescriptorImpl() local 377 for (uint32_t i = 0; i < num_sections; ++i) { in ReadJITDescriptorImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 218 const size_t num_sections = sections->GetSize(); in UpdateLoadedSections() local 220 for (unsigned i = 0; i < num_sections; ++i) { in UpdateLoadedSections() 249 const size_t num_sections = sections->GetSize(); in UnloadSections() local 250 for (size_t i = 0; i < num_sections; ++i) { in UnloadSections()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 186 const size_t num_sections = section_list->GetSize(); in SetLoadAddress() local 188 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | lldbtk.py | 227 num_sections = self.module.GetNumSections() 228 for i in range(num_sections): 257 num_sections = self.section.GetNumSubSections() 258 for i in range(num_sections):
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 133 const size_t num_sections = sections->GetSize(); in UnloadSectionsCommon() local 134 for (size_t i = 0; i < num_sections; ++i) { in UnloadSectionsCommon()
|
| H A D | Section.cpp | 590 size_t num_sections = m_sections.size(); in FindSectionByType() local 591 for (size_t idx = start_idx; idx < num_sections; ++idx) { in FindSectionByType()
|
| H A D | Module.cpp | 1431 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec() local 1432 for (size_t idx = num_sections; idx > 0; --idx) { in SetSymbolFileFileSpec() 1463 size_t num_sections = sections->GetSize(); in IsLoadedInTarget() local 1464 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) { in IsLoadedInTarget()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBModule.i | 548 for idx in range(self.num_sections): 577 …num_sections = property(GetNumSections, None, doc='''A read only property that returns number of s…
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 378 const size_t num_sections = section_list->GetSize(); in SetLoadAddress() local 379 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 184 const uint32_t num_sections = section_list->GetNumSections(0); in CreateMemoryRegions() local 188 for (uint32_t i = 0; i < num_sections; ++i) { in CreateMemoryRegions()
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | objc_runtime.py | 752 num_sections = module.GetNumSections() 754 for idx in range(num_sections):
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOSXDYLD.cpp | 915 const size_t num_sections = dylib_info.segments.size(); in ParseLoadCommands() local 916 for (size_t i = 0; i < num_sections; ++i) { in ParseLoadCommands()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | darwin.h | 528 num_sections
|