Home
last modified time | relevance | path

Searched refs:StopAddress (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp227 static uint64_t StopAddress = UINT64_MAX; variable
1628 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()
1636 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()
2189 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()
2405 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()
2806 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()
3064 parseIntArg(InputArgs, OBJDUMP_stop_address_EQ, StopAddress); in parseObjdumpOptions()
3219 if (StartAddress >= StopAddress) in main()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1828 uint64_t StopAddress = in patchLineTableForUnit() local
1832 if (StopAddress != -1ULL) { in patchLineTableForUnit()
1841 StopAddress = Row.Address.Address + (*Range).second; in patchLineTableForUnit()
1844 if (StopAddress != -1ULL && !Seq.empty()) { in patchLineTableForUnit()
1848 NextLine.Address.Address = StopAddress; in patchLineTableForUnit()