Searched refs:StopAddress (Results 1 – 4 of 4) sorted by relevance
338 static uint64_t StopAddress = UINT64_MAX; variable2118 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()2125 uint64_t End = std::min<uint64_t>(SectionAddr + SectSize, StopAddress); in disassembleObject()2775 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()2978 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()3353 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()3613 parseIntArg(InputArgs, OBJDUMP_stop_address_EQ, StopAddress); in parseObjdumpOptions()3784 if (StartAddress >= StopAddress) in llvm_objdump_main()
1569 uint64_t StopAddress = in cloneAndEmitLineTable() local1572 if (StopAddress != -1ULL && !Seq.empty()) { in cloneAndEmitLineTable()1576 NextLine.Address.Address = StopAddress; in cloneAndEmitLineTable()
2244 uint64_t StopAddress = in generateLineTableForUnit() local2248 if (StopAddress != -1ULL && !Seq.empty()) { in generateLineTableForUnit()2252 NextLine.Row.Address.Address = StopAddress; in generateLineTableForUnit()