Home
last modified time | relevance | path

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

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