Lines Matching refs:StartAddress
213 static uint64_t StartAddress; variable
1097 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels() local
1099 auto Iter = AddrToBBAddrMap.find(StartAddress); in collectBBAddrMapLabels()
1499 if (Start >= End || End <= StartAddress) in disassembleObject()
1562 if (SectionAddr < StartAddress) in disassembleObject()
1563 Index = std::max<uint64_t>(Index, StartAddress - SectionAddr); in disassembleObject()
1787 if (getHidden(*RelCur) || SectionAddr + Offset < StartAddress) { in disassembleObject()
1955 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations()
2171 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol()
2572 checkForInvalidStartStopAddress(O, StartAddress, StopAddress); in dumpObject()
2813 parseIntArg(InputArgs, OBJDUMP_start_address_EQ, StartAddress); in parseObjdumpOptions()
2944 if (StartAddress >= StopAddress) in main()