Searched refs:debug_info_section (Results 1 – 3 of 3) sorted by relevance
116 debug_info_section = module.GetSectionAtIndex(1)117 self.assertEquals(".debug_info", debug_info_section.GetName())118 …self.assertEquals(load_address | debug_info_section.GetFileOffset(), debug_info_section.GetLoadAdd…168 debug_info_section = module.GetSectionAtIndex(1)169 self.assertEquals(".debug_info", debug_info_section.GetName())170 self.assertEquals(LLDB_INVALID_ADDRESS, debug_info_section.GetLoadAddress(target))212 debug_info_section = module.GetSectionAtIndex(1)213 self.assertEquals(".debug_info", debug_info_section.GetName())214 self.assertEquals(LLDB_INVALID_ADDRESS, debug_info_section.GetLoadAddress(target))
448 const std::pair<const uint8_t*, uint64_t>& debug_info_section = in ReadDwarf() local467 uint64_t debug_info_length = debug_info_section.second; in ReadDwarf()
325 const std::pair<const uint8_t *, uint64_t>& debug_info_section = in LoadDwarf() local329 assert(debug_info_section.first); in LoadDwarf()330 uint64_t debug_info_length = debug_info_section.second; in LoadDwarf()