Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp233 const uint32_t num_sections = section_list.GetSize(); in updateSectionLoadAddress() local
234 for (uint32_t i = 0; i < num_sections; ++i) { in updateSectionLoadAddress()
381 const uint32_t num_sections = section_list->GetSize(); in ReadJITDescriptorImpl() local
382 for (uint32_t i = 0; i < num_sections; ++i) { in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp173 const size_t num_sections = section_list->GetSize(); in SetLoadAddress() local
175 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()
/freebsd/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/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleExtensions.i206 for idx in range(self.num_sections):
235num_sections = property(GetNumSections, None, doc='''A read only property that returns number of s…
/freebsd/contrib/llvm-project/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.cpp596 size_t num_sections = m_sections.size(); in FindSectionByType() local
597 for (size_t idx = start_idx; idx < num_sections; ++idx) { in FindSectionByType()
H A DModule.cpp1382 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec() local
1383 for (size_t idx = num_sections; idx > 0; --idx) { in SetSymbolFileFileSpec()
1414 size_t num_sections = sections->GetSize(); in IsLoadedInTarget() local
1415 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) { in IsLoadedInTarget()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h132 u32 num_sections; /* 0xe20000 */ member
H A Dmcp_public.h1900 u32 num_sections; member
H A Dnvm_cfg.h2026 u32 num_sections; member
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp110 size_t num_sections = list.GetNumSections(0); in operator ++() local
112 m_next_section_idx < num_sections) { in operator ++()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp901 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap() local
902 for (int i = 0; i < num_sections; i++) { in AddSectionsToRangeMap()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2193 const size_t num_sections = section_list->GetSize(); in ClearModuleLoadAddress() local
2194 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in ClearModuleLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp713 const size_t num_sections = section_list->GetSize(); in SetLoadAddress() local
716 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3166 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections() local
3167 for (uint32_t i = 0; i < num_sections; ++i) { in UnloadModuleSections()