Home
last modified time | relevance | path

Searched refs:SymbolIterator (Results 1 – 21 of 21) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Delf_mem_image.cc303 ElfMemImage::SymbolIterator::SymbolIterator(const void *const image, int index) in SymbolIterator() function in absl::debugging_internal::ElfMemImage::SymbolIterator
307 const ElfMemImage::SymbolInfo *ElfMemImage::SymbolIterator::operator->() const { in operator ->()
311 const ElfMemImage::SymbolInfo& ElfMemImage::SymbolIterator::operator*() const { in operator *()
315 bool ElfMemImage::SymbolIterator::operator==(const SymbolIterator &rhs) const { in operator ==()
319 bool ElfMemImage::SymbolIterator::operator!=(const SymbolIterator &rhs) const { in operator !=()
323 ElfMemImage::SymbolIterator &ElfMemImage::SymbolIterator::operator++() { in operator ++()
328 ElfMemImage::SymbolIterator ElfMemImage::begin() const { in begin()
329 SymbolIterator it(this, 0); in begin()
334 ElfMemImage::SymbolIterator ElfMemImage::end() const { in end()
335 return SymbolIterator(this, GetNumSymbols()); in end()
[all …]
Delf_mem_image.h70 class SymbolIterator {
75 SymbolIterator& operator++();
76 bool operator!=(const SymbolIterator &rhs) const;
77 bool operator==(const SymbolIterator &rhs) const;
79 SymbolIterator(const void *const image, int index);
100 SymbolIterator begin() const;
101 SymbolIterator end() const;
Dvdso_support.h66 typedef ElfMemImage::SymbolIterator SymbolIterator; typedef
82 SymbolIterator begin() const { return image_.begin(); } in begin()
83 SymbolIterator end() const { return image_.end(); } in end()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc303 ElfMemImage::SymbolIterator::SymbolIterator(const void *const image, int index) in SymbolIterator() function in absl::debugging_internal::ElfMemImage::SymbolIterator
307 const ElfMemImage::SymbolInfo *ElfMemImage::SymbolIterator::operator->() const { in operator ->()
311 const ElfMemImage::SymbolInfo& ElfMemImage::SymbolIterator::operator*() const { in operator *()
315 bool ElfMemImage::SymbolIterator::operator==(const SymbolIterator &rhs) const { in operator ==()
319 bool ElfMemImage::SymbolIterator::operator!=(const SymbolIterator &rhs) const { in operator !=()
323 ElfMemImage::SymbolIterator &ElfMemImage::SymbolIterator::operator++() { in operator ++()
328 ElfMemImage::SymbolIterator ElfMemImage::begin() const { in begin()
329 SymbolIterator it(this, 0); in begin()
334 ElfMemImage::SymbolIterator ElfMemImage::end() const { in end()
335 return SymbolIterator(this, GetNumSymbols()); in end()
[all …]
Delf_mem_image.h70 class SymbolIterator {
75 SymbolIterator& operator++();
76 bool operator!=(const SymbolIterator &rhs) const;
77 bool operator==(const SymbolIterator &rhs) const;
79 SymbolIterator(const void *const image, int index);
100 SymbolIterator begin() const;
101 SymbolIterator end() const;
Dvdso_support.h66 typedef ElfMemImage::SymbolIterator SymbolIterator; typedef
82 SymbolIterator begin() const { return image_.begin(); } in begin()
83 SymbolIterator end() const { return image_.end(); } in end()
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc303 ElfMemImage::SymbolIterator::SymbolIterator(const void *const image, int index) in SymbolIterator() function in absl::debugging_internal::ElfMemImage::SymbolIterator
307 const ElfMemImage::SymbolInfo *ElfMemImage::SymbolIterator::operator->() const { in operator ->()
311 const ElfMemImage::SymbolInfo& ElfMemImage::SymbolIterator::operator*() const { in operator *()
315 bool ElfMemImage::SymbolIterator::operator==(const SymbolIterator &rhs) const { in operator ==()
319 bool ElfMemImage::SymbolIterator::operator!=(const SymbolIterator &rhs) const { in operator !=()
323 ElfMemImage::SymbolIterator &ElfMemImage::SymbolIterator::operator++() { in operator ++()
328 ElfMemImage::SymbolIterator ElfMemImage::begin() const { in begin()
329 SymbolIterator it(this, 0); in begin()
334 ElfMemImage::SymbolIterator ElfMemImage::end() const { in end()
335 return SymbolIterator(this, GetNumSymbols()); in end()
[all …]
Delf_mem_image.h70 class SymbolIterator {
75 SymbolIterator& operator++();
76 bool operator!=(const SymbolIterator &rhs) const;
77 bool operator==(const SymbolIterator &rhs) const;
79 SymbolIterator(const void *const image, int index);
100 SymbolIterator begin() const;
101 SymbolIterator end() const;
Dvdso_support.h66 typedef ElfMemImage::SymbolIterator SymbolIterator; typedef
82 SymbolIterator begin() const { return image_.begin(); } in begin()
83 SymbolIterator end() const { return image_.end(); } in end()
/external/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc303 ElfMemImage::SymbolIterator::SymbolIterator(const void *const image, int index) in SymbolIterator() function in absl::debugging_internal::ElfMemImage::SymbolIterator
307 const ElfMemImage::SymbolInfo *ElfMemImage::SymbolIterator::operator->() const { in operator ->()
311 const ElfMemImage::SymbolInfo& ElfMemImage::SymbolIterator::operator*() const { in operator *()
315 bool ElfMemImage::SymbolIterator::operator==(const SymbolIterator &rhs) const { in operator ==()
319 bool ElfMemImage::SymbolIterator::operator!=(const SymbolIterator &rhs) const { in operator !=()
323 ElfMemImage::SymbolIterator &ElfMemImage::SymbolIterator::operator++() { in operator ++()
328 ElfMemImage::SymbolIterator ElfMemImage::begin() const { in begin()
329 SymbolIterator it(this, 0); in begin()
334 ElfMemImage::SymbolIterator ElfMemImage::end() const { in end()
335 return SymbolIterator(this, GetNumSymbols()); in end()
[all …]
Delf_mem_image.h70 class SymbolIterator {
75 SymbolIterator& operator++();
76 bool operator!=(const SymbolIterator &rhs) const;
77 bool operator==(const SymbolIterator &rhs) const;
79 SymbolIterator(const void *const image, int index);
100 SymbolIterator begin() const;
101 SymbolIterator end() const;
Dvdso_support.h66 typedef ElfMemImage::SymbolIterator SymbolIterator; typedef
82 SymbolIterator begin() const { return image_.begin(); } in begin()
83 SymbolIterator end() const { return image_.end(); } in end()
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc303 ElfMemImage::SymbolIterator::SymbolIterator(const void *const image, int index) in SymbolIterator() function in absl::debugging_internal::ElfMemImage::SymbolIterator
307 const ElfMemImage::SymbolInfo *ElfMemImage::SymbolIterator::operator->() const { in operator ->()
311 const ElfMemImage::SymbolInfo& ElfMemImage::SymbolIterator::operator*() const { in operator *()
315 bool ElfMemImage::SymbolIterator::operator==(const SymbolIterator &rhs) const { in operator ==()
319 bool ElfMemImage::SymbolIterator::operator!=(const SymbolIterator &rhs) const { in operator !=()
323 ElfMemImage::SymbolIterator &ElfMemImage::SymbolIterator::operator++() { in operator ++()
328 ElfMemImage::SymbolIterator ElfMemImage::begin() const { in begin()
329 SymbolIterator it(this, 0); in begin()
334 ElfMemImage::SymbolIterator ElfMemImage::end() const { in end()
335 return SymbolIterator(this, GetNumSymbols()); in end()
[all …]
Delf_mem_image.h70 class SymbolIterator {
75 SymbolIterator& operator++();
76 bool operator!=(const SymbolIterator &rhs) const;
77 bool operator==(const SymbolIterator &rhs) const;
79 SymbolIterator(const void *const image, int index);
100 SymbolIterator begin() const;
101 SymbolIterator end() const;
Dvdso_support.h66 typedef ElfMemImage::SymbolIterator SymbolIterator; typedef
82 SymbolIterator begin() const { return image_.begin(); } in begin()
83 SymbolIterator end() const { return image_.end(); } in end()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp181 auto SymbolIterator = SymbolMap.upper_bound(SD); in getNameFromSymbolTable() local
182 if (SymbolIterator == SymbolMap.begin()) in getNameFromSymbolTable()
184 --SymbolIterator; in getNameFromSymbolTable()
185 if (SymbolIterator->first.Size != 0 && in getNameFromSymbolTable()
186 SymbolIterator->first.Addr + SymbolIterator->first.Size <= Address) in getNameFromSymbolTable()
188 Name = SymbolIterator->second.str(); in getNameFromSymbolTable()
189 Addr = SymbolIterator->first.Addr; in getNameFromSymbolTable()
190 Size = SymbolIterator->first.Size; in getNameFromSymbolTable()
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp216 auto SymbolIterator = llvm::upper_bound(Symbols, SD); in getNameFromSymbolTable() local
217 if (SymbolIterator == Symbols.begin()) in getNameFromSymbolTable()
219 --SymbolIterator; in getNameFromSymbolTable()
220 if (SymbolIterator->first.Size != 0 && in getNameFromSymbolTable()
221 SymbolIterator->first.Addr + SymbolIterator->first.Size <= Address) in getNameFromSymbolTable()
223 Name = SymbolIterator->second.str(); in getNameFromSymbolTable()
224 Addr = SymbolIterator->first.Addr; in getNameFromSymbolTable()
225 Size = SymbolIterator->first.Size; in getNameFromSymbolTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp229 auto SymbolIterator = llvm::upper_bound(Symbols, SD); in getNameFromSymbolTable() local
230 if (SymbolIterator == Symbols.begin()) in getNameFromSymbolTable()
232 --SymbolIterator; in getNameFromSymbolTable()
233 if (SymbolIterator->first.Size != 0 && in getNameFromSymbolTable()
234 SymbolIterator->first.Addr + SymbolIterator->first.Size <= Address) in getNameFromSymbolTable()
236 Name = SymbolIterator->second.str(); in getNameFromSymbolTable()
237 Addr = SymbolIterator->first.Addr; in getNameFromSymbolTable()
238 Size = SymbolIterator->first.Size; in getNameFromSymbolTable()
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc250 class SymbolIterator { class
252 SymbolIterator(ElfReaderImpl<ElfArch> *reader, in SymbolIterator() function in dwarf2reader::SymbolIterator
584 for (SymbolIterator<ElfArch> it(this, section_type); in VisitSymbols()
972 friend class SymbolIterator<ElfArch>;
/external/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi732 <!-- base::ElfMemImage::SymbolIterator::Update(int) -->
734 <!-- base::ElfMemImage::SymbolIterator::SymbolIterator(void const*, int) -->
736 <!-- base::ElfMemImage::SymbolIterator::SymbolIterator(void const*, int) -->
738 <!-- base::ElfMemImage::SymbolIterator::operator++() -->
982 <!-- base::ElfMemImage::SymbolIterator::operator*() const -->
984 …<!-- base::ElfMemImage::SymbolIterator::operator==(base::ElfMemImage::SymbolIterator const&) const…
986 …<!-- base::ElfMemImage::SymbolIterator::operator!=(base::ElfMemImage::SymbolIterator const&) const…
988 <!-- base::ElfMemImage::SymbolIterator::operator&#45;>() const -->
1788 <!-- base::ElfMemImage::SymbolIterator& -->
1790 <!-- base::ElfMemImage::SymbolIterator* -->
[all …]
/external/libabigail/tests/data/test-read-dwarf/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi992 …<class-decl name='SymbolIterator' size-in-bits='384' visibility='default' filepath='./src/base/elf…
1003 …<function-decl name='SymbolIterator' mangled-name='_ZN4base11ElfMemImage14SymbolIteratorC2EPKvi' f…
1699 …<typedef-decl name='SymbolIterator' type-id='type-id-28' filepath='./src/base/vdso_support.h' line…