Searched refs:stroff (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp495 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;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c902 if (msli.szB < symcmd.stroff + symcmd.strsize
915 strs = ML_(cur_plus)(ML_(cur_from_sli)(msli), symcmd.stroff);
H A Dreadelf.c1680 Word stroff = -1; local
1693 stroff = t_dyn_m.d_un.d_val;
1717 if (stroff != -1 && strtab_mioff != DiOffT_INVALID) {
1719 strtab_mioff + stroff);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c171 str_buf += sc.stroff;
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c171 str_buf += sc.stroff;
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp193 outs() << " ('stroff', " << SLC.stroff << ")\n";
/external/llvm/include/llvm/Support/
H A DMachO.h712 uint32_t stroff; member in struct:llvm::MachO::symtab_command
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c1299 unsigned long strtable = (unsigned long)(((struct symtab_command *)lc)->stroff + table_off);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp137 sys::swapByteOrder(C.stroff);
1906 return getData().substr(S.stroff, S.strsize);
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1490 if (m_data.GetU32(&offset, &symtab_load_command.symoff, 4) == 0) // fill in symoff, nsyms, stroff, strsize fields
1499 if (symtab_load_command.stroff == 0)
1502 module_sp->LogMessage(log, "LC_SYMTAB.stroff == 0");
1524 if (m_data.GetU32(&offset, &function_starts_load_command.dataoff, 2) == NULL) // fill in symoff, nsyms, stroff, strsize fields
1568 strtab_addr = linkedit_load_addr + symtab_load_command.stroff - linkedit_file_offset;
1648 symtab_load_command.stroff,

Completed in 332 milliseconds