Home
last modified time | relevance | path

Searched full:stroff (Results 1 – 25 of 200) sorted by relevance

12345678

/llvm-project/lldb/test/API/commands/target/basic/
H A Dbogus.yaml48 stroff: 184
98 stroff: 184
162 stroff: 308
/llvm-project/llvm/test/tools/llvm-lipo/Inputs/
H A Di386-x86_64-armv7-arm64-universal.yaml81 stroff: 424
169 stroff: 480
244 stroff: 296
332 stroff: 496
H A Di386-x86_64-universal.yaml71 stroff: 424
159 stroff: 480
H A Darmv7_i386_non_default_alignment.yaml71 stroff: 424
158 stroff: 424
H A Darmv7-slice.yaml43 stroff: 296
H A Dx86_64-slice.yaml56 stroff: 480
H A DCPU14-slice.yaml55 stroff: 424
H A Di386-slice.yaml55 stroff: 424
/llvm-project/llvm/test/tools/llvm-libtool-darwin/
H A Dcpu-subtype-matching.test68 stroff: 340
125 stroff: 304
206 stroff: 344
264 stroff: 344
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp119 ctf_header.stroff = m_data.GetU32(&offset); in ParseHeader()
144 const std::size_t decompressed_size = ctf_header.stroff + ctf_header.strlen; in ParseHeader()
225 if (!m_data.ValidOffset(m_body_offset + ctf_header.stroff)) { in ParseHeader()
228 ctf_header.stroff); in ParseHeader()
233 m_body_offset + ctf_header.stroff + ctf_header.strlen; in ParseHeader()
241 if (m_body_offset + ctf_header.stroff + ctf_header.parlabel > in ParseHeader()
250 if (m_body_offset + ctf_header.stroff + ctf_header.parname > str_end_offset) { in ParseHeader()
260 "{2}, typeoff = {3}, stroff = {4}, strlen = {5}", in ParseHeader()
262 ctf_header.typeoff, ctf_header.stroff, ctf_header.strlen); in ParseHeader()
286 lldb::offset_t offset = m_body_offset + m_header->stroff in ReadString()
[all...]
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp356 uint32_t GsymCreator::copyString(const GsymCreator &SrcGC, uint32_t StrOff) { in forEachFunctionInfo()
358 if (StrOff == 0) in forEachFunctionInfo()
360 return StrTab.add(SrcGC.StringOffsetMap.find(StrOff)->second); in forEachFunctionInfo()
381 const uint32_t StrOff = StrTab.add(CHStr); in getFirstFunctionAddress()
385 StringOffsetMap.try_emplace(StrOff, CHStr); in getLastFunctionAddress()
386 return StrOff; in getLastFunctionAddress()
306 copyString(const GsymCreator & SrcGC,uint32_t StrOff) copyString() argument
331 const uint32_t StrOff = StrTab.add(CHStr); insertString() local
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
H A Dsegment-size-alignment.test132 stroff: 32852
344 stroff: 32872
561 stroff: 32852
778 stroff: 4200
/llvm-project/llvm/test/ObjectYAML/MachO/
H A Dload_commands.yaml74 stroff: 13700
200 #CHECK: stroff: 13700
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/
H A Duniversal.yaml112 stroff: 16416
280 stroff: 16440
/llvm-project/llvm/test/tools/llvm-objdump/MachO/AArch64/
H A Dmacho-private-headers.test56 CHECK: stroff 568
240 EXE: stroff 49360
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
H A Dmacho-invalid-section-offset.yaml24 stroff: 4144
/llvm-project/llvm/test/tools/llvm-libtool-darwin/Inputs/
H A Dinput1.yaml44 stroff: 336
H A Dinput2.yaml44 stroff: 344
/llvm-project/llvm/test/tools/llvm-objdump/MachO/
H A Dbad-dysymtab.test19 stroff: 0
H A Dprivate-headers.test104 CHECK: stroff 800
301 EXE: stroff 8440
524 NON_VERBOSE: stroff 800
/llvm-project/lld/test/MachO/invalid/
H A Dalignment-too-large.yaml45 stroff: 336
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp50 if (SymTabCommand.stroff) in totalSize()
51 Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize); in totalSize()
293 uint8_t *StrTable = (uint8_t *)Buf->getBufferStart() + SymTabCommand.stroff; in writeStringTable()
594 if (SymTabCommand.stroff) in writeTail()
595 Queue.push_back({SymTabCommand.stroff, &MachOWriter::writeStringTable}); in writeTail()
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Di386.yaml55 stroff: 424
H A Dx86_64.yaml56 stroff: 480
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
H A Di386_macho_with_debug.yaml55 stroff: 424

12345678