Searched defs:stroff (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_reader.cc380 uint32_t symoff, nsyms, stroff, strsize; local
381 cursor >> symoff >> nsyms >> stroff >> strsize;
393 stroff > buffer_.Size() || strsize > buffer_.Size() - stroff) {
398 ByteBuffer names(buffer_.start + stroff, strsize);
/external/dtc/
H A Dflattree.c690 uint32_t proplen, stroff; local
695 stroff = flat_read_word(dtbuf);
697 name = flat_read_stringtable(strbuf, stroff);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c1749 Word stroff = -1; local
1762 stroff = t_dyn_m.d_un.d_val;
1786 if (stroff != -1 && strtab_mioff != DiOffT_INVALID) {
1788 strtab_mioff + stroff);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h461 uint32_t stroff; member in struct:llvm::MachO::symtab_command
/external/llvm/include/llvm/Support/
H A DMachO.h674 uint32_t stroff; member in struct:llvm::MachO::symtab_command
1016 sys::swapByteOrder(lc.stroff);

Completed in 159 milliseconds