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

  /system/extras/simpleperf/
read_elf.cpp 296 llvm::object::SymbolRef::Type symbol_type = *symbol_ref->getType(); local
297 if (symbol_type == llvm::object::SymbolRef::ST_Function) {
299 } else if (symbol_type == llvm::object::SymbolRef::ST_Unknown) {
  /external/toybox/kconfig/
expr.h 62 enum symbol_type { enum
75 enum symbol_type type;
  /external/selinux/libsepol/src/
link.c 76 uint32_t symbol_type; member in struct:missing_requirement
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
som.c 149 unsigned int symbol_type; member in struct:som_misc_symbol_info
4583 unsigned int symbol_type = (flags >> SOM_SYMBOL_TYPE_SH) & SOM_SYMBOL_TYPE_MASK; local
4666 unsigned int symbol_type = local
    [all...]

Completed in 304 milliseconds