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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53ErratumStub.cpp 100 ResolveInfo* target_info = pBuilder.CreateLocalSymbol(*target); local
109 reloc->setSymInfo(target_info);
122 reloc->setSymInfo(target_info);
  /system/core/debuggerd/
crash_dump.cpp 249 android::procinfo::ProcessInfo target_info; local
250 if (!android::procinfo::GetProcessInfo(main_tid, &target_info)) {
254 if (main_tid != target_info.tid || target != target_info.pid) {
256 << ", received pid " << target_info.pid << ", tid " << target_info.tid;
452 if (target_info.name != "system_server" || target_info.uid != AID_SYSTEM) {
  /external/v8/src/asmjs/
asm-typer.cc 819 auto* target_info = Lookup(target_variable); local
821 if (target_info != nullptr) {
838 target_info = new (zone_) VariableInfo(type);
839 target_info->set_mutability(mutability);
842 target_info = ImportLookup(value->AsProperty());
843 if (target_info == nullptr) {
846 CHECK(target_info->mutability() == VariableInfo::kImmutableGlobal);
847 if (target_info->IsFFI()) {
849 target_info = new (zone_) VariableInfo(ffi_type_);
850 target_info->set_mutability(VariableInfo::kImmutableGlobal)
1071 auto* target_info = Lookup(target_variable); local
1838 auto* target_info = Lookup(var); local
    [all...]
  /external/curl/lib/
urldata.h 471 void *target_info; /* TargetInfo received in the ntlm type-2 message */ member in struct:ntlmdata
    [all...]

Completed in 125 milliseconds