Searched refs:sect_idx (Results 1 – 9 of 9) sorted by relevance
103 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in LoadAllImagesAtFileAddresses() local104 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in LoadAllImagesAtFileAddresses()
175 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress() 178 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress() 179 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { SetLoadAddress() local
379 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress() local380 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
508 size_t sect_idx = FindSectionIndex(sect_sp.get()); in AddUniqueSection() local509 if (sect_idx == UINT32_MAX) { in AddUniqueSection()510 sect_idx = AddSection(sect_sp); in AddUniqueSection()512 return sect_idx; in AddUniqueSection()
1412 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) { in IsLoadedInTarget() local1413 SectionSP section_sp = sections->GetSectionAtIndex(sect_idx); in IsLoadedInTarget()
2017 if (++state->sect_idx < LE16_TO_CPU(state->buf->section_count)) in ice_pkg_advance_sect() 2025 state->sect_idx = 0; in ice_pkg_advance_sect() 2054 while (state->buf->section_entry[state->sect_idx].type != in ice_pkg_enum_section() 2060 offset = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section() 2064 size = LE16_TO_CPU(state->buf->section_entry[state->sect_idx].size); in ice_pkg_enum_section() 2073 LE32_TO_CPU(state->buf->section_entry[state->sect_idx].type); in ice_pkg_enum_section() 2077 LE16_TO_CPU(state->buf->section_entry[state->sect_idx].offset); in ice_pkg_enum_section()
410 u32 sect_idx;406 u32 sect_idx; global() member
2235 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in ClearModuleLoadAddress() local2236 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in ClearModuleLoadAddress()
714 size_t sect_idx = 0; in SetLoadAddress() local716 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()719 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()