Searched refs:sect_idx (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp128 size_t sect_idx = 0; local
129 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx)
134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp303 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx)
308 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp406 size_t sect_idx = FindSectionIndex (sect_sp.get()); local
407 if (sect_idx == UINT32_MAX)
409 sect_idx = AddSection (sect_sp);
411 return sect_idx;
H A DModule.cpp1549 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++)
1551 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2282 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx)
2284 SectionSP section_sp (section_list->GetSectionAtIndex(sect_idx));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp914 size_t sect_idx = 0; local
916 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx)
920 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx));

Completed in 129 milliseconds