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

  /external/linux-tools-perf/src/tools/perf/util/
dso.h 80 enum dso_binary_type symtab_type; member in struct:dso
symbol.c 910 dso->symtab_type = DSO_BINARY_TYPE__GUEST_KALLSYMS;
912 dso->symtab_type = DSO_BINARY_TYPE__KALLSYMS;
1020 dso->symtab_type = ret > 0 ? DSO_BINARY_TYPE__JAVA_JIT :
1040 enum dso_binary_type symtab_type = binary_type_symtab[i]; local
1042 if (dso__binary_type_file(dso, symtab_type,
1047 if (symsrc__init(ss, dso, name, symtab_type) < 0)
1083 km = dso->symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_KMODULE ||
1084 dso->symtab_type == DSO_BINARY_TYPE__GUEST_KMODULE;
1128 enum dso_binary_type symtab_type; local
1137 symtab_type = DSO_BINARY_TYPE__GUEST_VMLINUX
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 34 enum symtab_type enum
46 ENUM_BITFIELD (symtab_type) type : 8;
    [all...]

Completed in 105 milliseconds