Home
last modified time | relevance | path

Searched refs:sect_list (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/unittests/ObjectFile/PECOFF/
DTestPECallFrameInfo.cpp202 SectionList *sect_list = object_file->GetSectionList(); in GetUnwindPlan() local
203 ASSERT_NE(sect_list, nullptr); in GetUnwindPlan()
205 EXPECT_TRUE(cfi->GetUnwindPlan(Address(file_addr, sect_list), plan)); in GetUnwindPlan()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp498 SectionList *sect_list = GetSectionList(); in GetAddress() local
499 if (!sect_list) in GetAddress()
502 return Address(GetFileAddress(rva), sect_list); in GetAddress()
601 SectionList *sect_list = GetSectionList(); in GetSymtab() local
651 Address symbol_addr(sect_list->FindSectionByID(symbol.sect), in GetSymtab()
716 sect_list); in GetSymtab()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp149 SectionList *sect_list = module_sp->GetSectionList(); in HashElfTextSection() local
150 if (sect_list == nullptr) in HashElfTextSection()
152 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection()