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

  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 495 lldb::offset_t stroff = strtoul(&sect.name[1], NULL, 10); local
496 lldb::offset_t string_file_offset = m_coff_header.symoff + (m_coff_header.nsyms * 18) + stroff;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 1680 Word stroff = -1; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 712 uint32_t stroff; member in struct:llvm::MachO::symtab_command
    [all...]

Completed in 389 milliseconds