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

  /external/v8/src/
preparse-data.cc 145 int symbol_size = symbol_store_.size(); local
146 int padding = sizeof(unsigned) - (symbol_size % sizeof(unsigned));
148 symbol_size += padding;
150 + (symbol_size / sizeof(unsigned));
  /external/oprofile/libutil++/
op_bfd.h 246 * symbol_size - return the size of a symbol
250 size_t symbol_size(op_bfd_symbol const & sym,
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
  /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
2110 int file_nr, \/* file_index, *\/ symbol_size, lineno_size; local
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 867 size_t symbol_size() const { return Symbols.size(); } function in class:llvm::MCAssembler

Completed in 45 milliseconds