Searched refs:StopAddress (Results 1 – 3 of 3) sorted by relevance
224 static uint64_t StopAddress = UINT64_MAX; variable1906 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()1914 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()2556 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()2742 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()3130 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()3390 parseIntArg(InputArgs, OBJDUMP_stop_address_EQ, StopAddress); in parseObjdumpOptions()3557 if (StartAddress >= StopAddress) in llvm_objdump_main()
1573 uint64_t StopAddress = in cloneAndEmitLineTable() local1576 if (StopAddress != -1ULL && !Seq.empty()) { in cloneAndEmitLineTable()1580 NextLine.Address.Address = StopAddress; in cloneAndEmitLineTable()
2172 uint64_t StopAddress = in generateLineTableForUnit() local2175 if (StopAddress != -1ULL && !Seq.empty()) { in generateLineTableForUnit()2179 NextLine.Address.Address = StopAddress; in generateLineTableForUnit()