Searched refs:stroff (Results 1 - 13 of 13) 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/swiftshader/third_party/LLVM/test/Scripts/
H A Dmacho-dumpx164 stroff = f.read32()
165 print " ('stroff', %r)" % stroff
171 f.seek(stroff)
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc324 ss = stp->stroff + arch_offset;
/external/dtc/
H A Dflattree.c681 uint32_t proplen, stroff; local
686 stroff = flat_read_word(dtbuf);
688 name = flat_read_stringtable(strbuf, stroff);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c909 if (msli.szB < symcmd.stroff + symcmd.strsize
922 strs = ML_(cur_plus)(ML_(cur_from_sli)(msli), symcmd.stroff);
H A Dreadelf.c1851 Word stroff = -1; local
1864 stroff = t_dyn_m.d_un.d_val;
1888 if (stroff != -1 && strtab_mioff != DiOffT_INVALID) {
1890 strtab_mioff + stroff);
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp349 std::make_pair(SymtabCmd->stroff, &MachOWriter::writeStringTable));
/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);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h676 uint32_t stroff; member in struct:llvm::MachO::symtab_command
1024 sys::swapByteOrder(lc.stroff);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp517 IO.mapRequired("stroff", LoadCommand.stroff);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2258 Cmd.stroff = 0;
2386 return getData().substr(S.stroff, S.strsize);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7933 outs() << " stroff " << st.stroff;
7934 if (st.stroff > object_size)
7939 big_size = st.stroff;

Completed in 430 milliseconds