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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp108 size_t sect_idx = 0; local
109 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
113 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp216 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
219 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp367 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
368 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp440 size_t sect_idx = FindSectionIndex(sect_sp.get()); local
441 if (sect_idx == UINT32_MAX) {
442 sect_idx = AddSection(sect_sp);
444 return sect_idx;
H A DModule.cpp1483 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) {
1484 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx);
/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_type.h471 u32 sect_idx; member in struct:ice_pkg_enum
H A Dice_flex_pipe.c216 if (++state->sect_idx < LE16_TO_CPU(state->buf->section_count))
224 state->sect_idx = 0;
253 while (state->buf->section_entry[state->sect_idx].type !=
259 offset = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset);
263 size = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].size);
272 LE32_TO_CPU(state->buf->section_entry[state->sect_idx].type);
276 LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp665 size_t sect_idx = 0; local
667 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
670 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2255 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
2256 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));

Completed in 142 milliseconds