Home
last modified time | relevance | path

Searched refs:num_sections (Results 1 – 25 of 41) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c314 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 Dsymfile.h76 size_t num_sections; member
199 num_sections);
H A Dsomread.c434 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 Delfread.c382 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 Dgdb-stabs.h42 size_t num_sections; member
H A Dsolib-svr4.c643 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 Dobjfiles.c501 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 Dsolib-aix5.c717 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 Dobjfiles.h375 int num_sections; member
H A Drs6000-nat.c699 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 Dremote-vx.c680 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 DDynamicLoaderStatic.cpp101 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 DJITLoaderGDB.cpp231 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 DDynamicLoaderHexagonDYLD.cpp218 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 DObjectFileJIT.cpp186 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 Dlldbtk.py227 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 DDynamicLoader.cpp133 const size_t num_sections = sections->GetSize(); in UnloadSectionsCommon() local
134 for (size_t i = 0; i < num_sections; ++i) { in UnloadSectionsCommon()
H A DSection.cpp590 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 DModule.cpp1431 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 DSBModule.i548 for idx in range(self.num_sections):
577num_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 DObjectFileWasm.cpp378 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 DProcessMachCore.cpp184 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 Dobjc_runtime.py752 num_sections = module.GetNumSections()
754 for idx in range(num_sections):
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp915 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 Ddarwin.h528 num_sections

12