Searched refs:section_ (Results 1 – 6 of 6) sorted by relevance
/external/vixl/examples/aarch32/ |
D | disasm-a32.cc | 54 int section_; member in Symbol 66 section_(section), in Symbol() 72 section_(ref.section_), in Symbol() 79 int GetSection() const { return section_; } in GetSection()
|
/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/elfutils/src/ |
D | readelf.c | 8340 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()
|