HomeSort by relevance Sort by last modified time
    Searched defs:GetTag (Results 1 - 3 of 3) sorted by null

  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_view.h 56 // if (iter.GetTag() == DT_SOME_TAG) {
73 ELF::Addr GetTag() const { return dyn_->d_tag; }
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 621 // if (iter.GetTag() == SHT_NEEDED) {
650 typename ELF::Off GetTag() {
679 if (iter.GetTag() == DT_SONAME) {
694 if (iter.GetTag() == DT_NEEDED) {
    [all...]
  /external/v8/src/
heap-snapshot-generator.cc 762 const char* HeapObjectsSet::GetTag(Object* obj) {
820 const char* tag = objects_tags_.GetTag(object);
    [all...]

Completed in 982 milliseconds