HomeSort by relevance Sort by last modified time
    Searched full:symbol_size (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
preparse-data.cc 147 int symbol_size = symbol_store_.size(); local
148 int padding = sizeof(unsigned) - (symbol_size % sizeof(unsigned));
150 symbol_size += padding;
152 + (symbol_size / sizeof(unsigned));
  /external/oprofile/libutil++/
op_bfd.cpp 275 it->size(symbol_size(*it, next));
388 size_t op_bfd::symbol_size(op_bfd_symbol const & sym, function in class:op_bfd
op_bfd.h 246 * symbol_size - return the size of a symbol
250 size_t symbol_size(op_bfd_symbol const & sym,
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 452 unsigned long symbol_size; member in struct:_PDB_SYMBOL_FILE
467 unsigned long symbol_size; member in struct:_PDB_SYMBOL_FILE_EX
2104 int file_nr, file_index, symbol_size, lineno_size; local
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 842 size_t symbol_size() const { return Symbols.size(); } function in class:llvm::MCAssembler
  /external/oprofile/
ChangeLog-2002     [all...]

Completed in 192 milliseconds