Searched refs:section_ (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cfi_to_module.cc | 273 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()
|
D | dwarf_cfi_to_module.h | 75 : file_(file), section_(section) { } in Reporter() 95 string file_, section_;
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 2236 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 …]
|
D | dwarf2reader.h | 970 : filename_(filename), section_(section) { } in filename_() 1045 string section_; variable
|
/external/v8/src/arm/ |
D | assembler-arm.h | 681 : rinfo_(rinfo), section_(section), merged_index_(merged_index) {} in ConstantPoolEntry() 684 ConstantPoolArray::LayoutSection section_; member
|
D | assembler-arm.cc | 3675 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/ |
D | readelf.c | 8207 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()
|