Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp236 const uint32_t num_sections = section_list.GetSize(); in updateSectionLoadAddress() local
237 for (uint32_t i = 0; i < num_sections; ++i) { in updateSectionLoadAddress()
384 const uint32_t num_sections = section_list->GetSize(); in ReadJITDescriptorImpl() local
385 for (uint32_t i = 0; i < num_sections; ++i) { in ReadJITDescriptorImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp228 const size_t num_sections = sections->GetSize(); in UpdateLoadedSections() local
230 for (unsigned i = 0; i < num_sections; ++i) { in UpdateLoadedSections()
259 const size_t num_sections = sections->GetSize(); in UnloadSections() local
260 for (size_t i = 0; i < num_sections; ++i) { in UnloadSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp131 const size_t num_sections = sections->GetSize(); in UnloadSectionsCommon() local
132 for (size_t i = 0; i < num_sections; ++i) { in UnloadSectionsCommon()
H A DSection.cpp528 size_t num_sections = m_sections.size(); in FindSectionByType() local
529 for (size_t idx = start_idx; idx < num_sections; ++idx) { in FindSectionByType()
H A DModule.cpp1436 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec() local
1437 for (size_t idx = num_sections; idx > 0; --idx) { in SetSymbolFileFileSpec()
1468 size_t num_sections = sections->GetSize(); in IsLoadedInTarget() local
1469 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) { in IsLoadedInTarget()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp214 const size_t num_sections = section_list->GetSize(); in SetLoadAddress() local
216 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()
/freebsd-13.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c521 num_sections = 8, enumerator
540 struct pt_section *section[num_sections];
555 for (idx = 0; idx < num_sections; ++idx) { in dfix_init()
591 for (idx = 0; idx < num_sections; ++idx) { in sfix_init()
611 for (idx = 0; idx < num_sections; ++idx) { in cfix_fini()
1599 for (sec = 0; sec < num_sections; ++sec) { in worker_add()
1655 for (sec = 0; sec < num_sections; ++sec) { in worker_add_file()
1698 for (sec = 0; sec < num_sections; ++sec) { in worker_map()
1725 for (sec = 0; sec < num_sections; ++sec) { in worker_map_limit()
1760 for (sec = 0; sec < num_sections; ++sec) { in worker_map_bcache()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h134 u32 num_sections; /* 0xe20000 */ member
H A Dmcp_public.h1902 u32 num_sections; member
H A Dnvm_cfg.h2028 u32 num_sections; member
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i538 for idx in range(self.num_sections):
567num_sections = property(GetNumSections, None, doc='''A read only property that returns number of s…
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp381 const size_t num_sections = section_list->GetSize(); in SetLoadAddress() local
382 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp108 size_t num_sections = list.GetNumSections(0); in operator ++() local
110 m_next_section_idx < num_sections) { in operator ++()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp894 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap() local
895 for (int i = 0; i < num_sections; i++) { in AddSectionsToRangeMap()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2295 const size_t num_sections = section_list->GetSize(); in ClearModuleLoadAddress() local
2296 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in ClearModuleLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp678 const size_t num_sections = section_list->GetSize(); in SetLoadAddress() local
681 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2877 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections() local
2878 for (uint32_t i = 0; i < num_sections; ++i) { in UnloadModuleSections()