Searched refs:section_ (Results 1 – 7 of 7) 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 | 2692 section_.c_str()); in Incomplete() 2699 filename_.c_str(), offset, section_.c_str()); in EarlyEHTerminator() 2707 filename_.c_str(), offset, section_.c_str(), cie_offset); in CIEPointerOutOfRange() 2714 filename_.c_str(), offset, section_.c_str(), cie_offset); in BadCIEId() 2722 filename_.c_str(), offset, section_.c_str(), address_size); in UnexpectedAddressSize() 2730 filename_.c_str(), offset, section_.c_str(), segment_size); in UnexpectedSegmentSize() 2737 filename_.c_str(), offset, section_.c_str(), version); in UnrecognizedVersion() 2745 filename_.c_str(), offset, section_.c_str(), aug.c_str()); in UnrecognizedAugmentation() 2753 filename_.c_str(), offset, section_.c_str(), encoding); in InvalidPointerEncoding() 2762 filename_.c_str(), offset, section_.c_str(), encoding); in UnusablePointerEncoding() [all …]
|
D | dwarf2reader.h | 1243 : filename_(filename), section_(section) { } in filename_() 1326 string section_; variable
|
/external/zstd/doc/ |
D | zstd_compression_format.md | 600 if there are literals left in the _literals section_,
|
/external/elfutils/src/ |
D | readelf.c | 11385 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()
|