Home
last modified time | relevance | path

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

/external/vixl/examples/aarch32/
Ddisasm-a32.cc54 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/
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/elfutils/src/
Dreadelf.c8340 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()