Home
last modified time | relevance | path

Searched refs:FindSectionByID (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Core/
DSection.cpp432 SectionList::FindSectionByID (user_id_t sect_id) const in FindSectionByID() function in SectionList
448 sect_sp = (*sect_iter)->GetChildren().FindSectionByID (sect_id); in FindSectionByID()
505 return FindSectionByID (sect_id).get() != NULL; in ContainsSection()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp600 Section *dynstr = section_list->FindSectionByID (header->sh_link + 1).get(); in ParseDependentModules()
1202 Section *strtab = section_list->FindSectionByID(strtab_id).get(); in ParseSymbolTable()
1397 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols()
1401 SectionSP plt_section_sp (section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
1405 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in ParseTrampolineSymbols()
1410 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link + 1).get(); in ParseTrampolineSymbols()
/external/lldb/include/lldb/Core/
DSection.h59 FindSectionByID (lldb::user_id_t sect_id) const;
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1351 … SectionSP curr_section_sp(segment_sp->GetChildren().FindSectionByID (sect_uid)); in CreateSections()
1354 … next_section_sp = segment_sp->GetChildren().FindSectionByID (sect_uid+1); in CreateSections()
1412 SectionSP section_sp (m_section_list->FindSectionByID (n_sect)); in GetSection()