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

  /external/lldb/source/Symbol/
ObjectFile.cpp 395 const SymbolType symbol_type = symbol->GetType(); local
396 switch (symbol_type)
Symtab.cpp 309 const SymbolType symbol_type = symbol->GetType(); local
310 if (symbol_type == eSymbolTypeCode || symbol_type == eSymbolTypeResolver)
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
492 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type)
500 Symtab::AppendSymbolIndexesWithTypeAndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
510 if ((symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) && m_symbols[i].GetFlags() == flags_value)
518 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes, uint32_t s (…)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 59 bool symbol_type__is_a(char symbol_type, enum map_type map_type)
61 symbol_type = toupper(symbol_type);
65 return symbol_type == 'T' || symbol_type == 'W';
67 return symbol_type == 'D';
463 char symbol_type; local
478 symbol_type = line[len];
489 symbol_type, start);
    [all...]
  /external/libsepol/src/
link.c 76 uint32_t symbol_type; member in struct:missing_requirement
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 2562 symbol_type, local
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 1601 Type *symbol_type = symbol->getType(); local
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 1049 SymbolType symbol_type = eSymbolTypeInvalid; local
    [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 851 const SymbolType symbol_type = symbol->GetType(); local
852 switch (symbol_type)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 152 enum symbol_type { enum
166 enum symbol_type type; /* Symbols are all either TERMINALS or NTs */
    [all...]

Completed in 1716 milliseconds