Home
last modified time | relevance | path

Searched refs:section_ (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cfi_to_module.cc273 file_.c_str(), section_.c_str(), offset, reg); in UnnamedRegister()
282 file_.c_str(), section_.c_str(), offset, reg.c_str()); in UndefinedNotSupported()
292 file_.c_str(), section_.c_str(), offset, reg.c_str()); in ExpressionsNotSupported()
Ddwarf_cfi_to_module.h75 : file_(file), section_(section) { } in Reporter()
95 string file_, section_;
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc2236 section_.c_str()); in Incomplete()
2243 filename_.c_str(), offset, section_.c_str()); in EarlyEHTerminator()
2251 filename_.c_str(), offset, section_.c_str(), cie_offset); in CIEPointerOutOfRange()
2258 filename_.c_str(), offset, section_.c_str(), cie_offset); in BadCIEId()
2265 filename_.c_str(), offset, section_.c_str(), version); in UnrecognizedVersion()
2273 filename_.c_str(), offset, section_.c_str(), aug.c_str()); in UnrecognizedAugmentation()
2281 filename_.c_str(), offset, section_.c_str(), encoding); in InvalidPointerEncoding()
2290 filename_.c_str(), offset, section_.c_str(), encoding); in UnusablePointerEncoding()
2298 filename_.c_str(), offset, section_.c_str(), insn_offset); in RestoreInCIE()
2308 offset, section_.c_str(), insn_offset); in BadInstruction()
[all …]
Ddwarf2reader.h970 : filename_(filename), section_(section) { } in filename_()
1045 string section_; variable
/external/v8/src/arm/
Dassembler-arm.h681 : rinfo_(rinfo), section_(section), merged_index_(merged_index) {} in ConstantPoolEntry()
684 ConstantPoolArray::LayoutSection section_; member
Dassembler-arm.cc3675 entry_section = entries_[i].section_; in AddEntry()
3758 offset = offsets[entry->section_][type]; in Populate()
3759 offsets[entry->section_][type] += ConstantPoolArray::entry_size(type); in Populate()
3782 if (entry->section_ == ConstantPoolArray::EXTENDED_SECTION) { in Populate()
/external/elfutils/src/src/
Dreadelf.c8207 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()