| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 236 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 D | DynamicLoaderHexagonDYLD.cpp | 228 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 D | DynamicLoader.cpp | 131 const size_t num_sections = sections->GetSize(); in UnloadSectionsCommon() local 132 for (size_t i = 0; i < num_sections; ++i) { in UnloadSectionsCommon()
|
| H A D | Section.cpp | 528 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 D | Module.cpp | 1436 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 D | ObjectFileJIT.cpp | 214 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 D | ptunit-image_section_cache.c | 521 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 D | spad_layout.h | 134 u32 num_sections; /* 0xe20000 */ member
|
| H A D | mcp_public.h | 1902 u32 num_sections; member
|
| H A D | nvm_cfg.h | 2028 u32 num_sections; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModule.i | 538 for idx in range(self.num_sections): 567 …num_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 D | ObjectFileWasm.cpp | 381 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 D | SymbolFileBreakpad.cpp | 108 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 D | Symtab.cpp | 894 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 D | SBTarget.cpp | 2295 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 D | ObjectFileELF.cpp | 678 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 D | Target.cpp | 2877 const uint32_t num_sections = sections->GetNumSections(0); in UnloadModuleSections() local 2878 for (uint32_t i = 0; i < num_sections; ++i) { in UnloadModuleSections()
|