Searched refs:getSectionID (Results 1 – 14 of 14) sorted by relevance
28 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID() function30 return M->getSectionID(Sec); in getSectionID()31 return cast<COFFObjectFile>(O).getSectionID(Sec); in getSectionID()67 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
333 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
1988 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
228 unsigned getSectionID() const { return SectionID; } in getSectionID() function500 if (SymInfo.getSectionID() == AbsoluteSymbolSection) in getSymbolLocalAddress()502 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()513 if (SymEntry.getSectionID() != AbsoluteSymbolSection) in getSymbol()514 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()529 auto SectionID = KV.second.getSectionID(); in getSymbolTable()
895 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()898 getRTDyld().Sections[SymInfo.getSectionID()].getSize() - in getSubsectionStartingAt()939 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
120 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
864 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()1039 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()
1023 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch()1141 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
187 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()213 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
498 unsigned SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()508 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
57 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
296 unsigned getSectionID(SectionRef Sec) const;
936 unsigned getSectionID(SectionRef Sec) const;
963 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection()1262 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()