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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp107 const size_t num_sections = section_list->GetSize(); local
109 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp236 const uint32_t num_sections = section_list.GetSize(); local
237 for (uint32_t i = 0; i < num_sections; ++i) {
384 const uint32_t num_sections = section_list->GetSize(); local
385 for (uint32_t i = 0; i < num_sections; ++i) {
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h134 u32 num_sections; /* 0xe20000 */ member in struct:static_init
H A Dmcp_public.h1902 u32 num_sections; member in struct:mcp_public_data
H A Dnvm_cfg.h2028 u32 num_sections; member in struct:nvm_cfg
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp133 const size_t num_sections = sections->GetSize(); local
134 for (size_t i = 0; i < num_sections; ++i) {
H A DSection.cpp528 size_t num_sections = m_sections.size(); local
529 for (size_t idx = start_idx; idx < num_sections; ++idx) {
H A DModule.cpp1450 size_t num_sections = section_list->GetNumSections(0); local
1451 for (size_t idx = num_sections; idx > 0; --idx) {
1482 size_t num_sections = sections->GetSize(); local
1483 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp214 const size_t num_sections = section_list->GetSize(); local
216 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp228 const size_t num_sections = sections->GetSize(); local
230 for (unsigned i = 0; i < num_sections; ++i) {
259 const size_t num_sections = sections->GetSize(); local
260 for (size_t i = 0; i < num_sections; ++i) {
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c521 num_sections = 8, enumerator in enum:__anon5928
540 struct pt_section *section[num_sections];
555 for (idx = 0; idx < num_sections; ++idx) {
591 for (idx = 0; idx < num_sections; ++idx) {
611 for (idx = 0; idx < num_sections; ++idx) {
1599 for (sec = 0; sec < num_sections; ++sec) {
1655 for (sec = 0; sec < num_sections; ++sec) {
1698 for (sec = 0; sec < num_sections; ++sec) {
1725 for (sec = 0; sec < num_sections; ++sec) {
1760 for (sec = 0; sec < num_sections;
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp366 const size_t num_sections = section_list->GetSize(); local
367 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i527 for idx in range(self.num_sections):
556 num_sections = property(GetNumSections, None, doc='''A read only property that returns number of sections in the module as an integer.''')
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp108 size_t num_sections = list.GetNumSections(0); local
110 m_next_section_idx < num_sections) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp830 const int num_sections = sectlist->GetNumSections(0); local
831 for (int i = 0; i < num_sections; i++) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2254 const size_t num_sections = section_list->GetSize(); local
2255 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp664 const size_t num_sections = section_list->GetSize(); local
667 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2828 const uint32_t num_sections = sections->GetNumSections(0); local
2829 for (uint32_t i = 0; i < num_sections; ++i) {

Completed in 407 milliseconds