Searched refs:SectionAddr (Results 1 – 5 of 5) sorted by relevance
512 uint64_t SectionAddr = 0; in getSymbol() local514 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()515 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()530 uint64_t SectionAddr = 0; in getSymbolTable() local532 SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()534 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
895 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() local896 return StringRef(reinterpret_cast<const char *>(SectionAddr) + in getSubsectionStartingAt()
1478 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local1542 std::make_tuple(SectionAddr, SectionName, in disassembleObject()1562 uint64_t Start = std::get<0>(Symbols[SI]) - SectionAddr; in disassembleObject()1577 if (End + SectionAddr < StartAddress || in disassembleObject()1578 Start + SectionAddr > StopAddress) { in disassembleObject()1596 if (End + SectionAddr > StopAddress) in disassembleObject()1597 End = StopAddress - SectionAddr; in disassembleObject()1642 if (Index + SectionAddr < StartAddress || in disassembleObject()1643 Index + SectionAddr > StopAddress) { in disassembleObject()1724 if (((SectionAddr + Index) < StartAddress) || in disassembleObject()[all …]
7429 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local7436 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()7460 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
105 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local106 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()