Home
last modified time | relevance | path

Searched refs:OffsetInSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h153 uint64_t OffsetInSection, uint64_t ImmediateOffset,
H A DARMWinEHPrinter.cpp291 uint64_t OffsetInSection, uint64_t ImmediateOffset, uint64_t &SymbolAddress, in getSymbolForLocation() argument
295 getRelocatedSymbol(COFF, Section, OffsetInSection); in getSymbolForLocation()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp7799 uint32_t OffsetInSection; member
7812 : OffsetInSection(Offset) { in CompactUnwindEntry()
7955 << format("0x%" PRIx32, Entry.OffsetInSection) << ":\n"; in printMachOCompactUnwindSection()