Searched refs:SectionAddr (Results 1 – 4 of 4) sorted by relevance
892 OS << format("%8" PRIx64 ":\t", SectionAddr + Index); in dumpARMELFData()988 Start += SectionAddr; in collectLocalBranchTargets()989 End += SectionAddr; in collectLocalBranchTargets()1237 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local1311 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()1323 Start -= SectionAddr; in disassembleObject()1324 End -= SectionAddr; in disassembleObject()1384 if (SectionAddr < StartAddress) in disassembleObject()1393 dumpELFData(SectionAddr, Index, End, Bytes); in disassembleObject()1451 auto Iter = AllLabels.find(SectionAddr + Index); in disassembleObject()[all …]
7830 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local7841 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()7864 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
514 uint64_t SectionAddr = 0; in getSymbol() local516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()517 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local534 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
103 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local104 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()