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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp102 size_t sect_idx = 0; local
103 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
107 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp175 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp379 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
380 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp508 size_t sect_idx = FindSectionIndex(sect_sp.get()); local
509 if (sect_idx == UINT32_MAX) {
510 sect_idx = AddSection(sect_sp);
512 return sect_idx;
H A DModule.cpp1415 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) {
1416 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx);
/freebsd-current/sys/dev/ice/
H A Dice_ddp_common.c2022 if (++state->sect_idx < LE16_TO_CPU(state->buf->section_count))
2030 state->sect_idx = 0;
2059 while (state->buf->section_entry[state->sect_idx].type !=
2065 offset = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset);
2069 size = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].size);
2078 LE32_TO_CPU(state->buf->section_entry[state->sect_idx].type);
2082 LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset);
H A Dice_ddp_common.h406 u32 sect_idx; member in struct:ice_pkg_enum
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2194 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
2195 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp714 size_t sect_idx = 0; local
716 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
719 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx));

Completed in 111 milliseconds