Searched refs:NSec (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 164 dbgs() << " " << NSec.SegName << "," << NSec.SectName << ": " in createNormalizedSections() 166 << formatv("{0:x16}", NSec.Address + NSec.Size) in createNormalizedSections() 190 G->allocateContent(StringRef(NSec.SegName) + "," + NSec.SectName); in createNormalizedSections() 301 if (!NSec) in createNormalizedSymbols() 305 orc::ExecutorAddr(Value) > NSec->Address + NSec->Size) in createNormalizedSymbols() 418 dbgs() << " " << NSec.SegName << "/" << NSec.SectName in graphifyRegularSymbols() 456 << formatv("{0:x16}", NSec.Address + NSec.Size) << "\n"; in graphifyRegularSymbols() 459 NSec.Data, NSec.Size, NSec.Alignment, in graphifyRegularSymbols() 528 SecNSymStack.empty() ? NSec.Address + NSec.Size in graphifyRegularSymbols() 542 NSec.Data in graphifyRegularSymbols() [all …]
|
| H A D | MachOLinkGraphBuilder.h | 141 Symbol *getSymbolByAddress(NormalizedSection &NSec, in getSymbolByAddress() argument 143 auto I = NSec.CanonicalSymbols.upper_bound(Address); in getSymbolByAddress() 144 if (I == NSec.CanonicalSymbols.begin()) in getSymbolByAddress() 151 Expected<Symbol &> findSymbolByAddress(NormalizedSection &NSec, in findSymbolByAddress() argument 153 auto *Sym = getSymbolByAddress(NSec, Address); in findSymbolByAddress() 165 static bool isDebugSection(const NormalizedSection &NSec); 166 static bool isZeroFillSection(const NormalizedSection &NSec); 186 void setCanonicalSymbol(NormalizedSection &NSec, Symbol &Sym) { in setCanonicalSymbol() argument 187 auto *&CanonicalSymEntry = NSec.CanonicalSymbols[Sym.getAddress()]; in setCanonicalSymbol() 221 Error graphifyCStringSection(NormalizedSection &NSec,
|
| H A D | MachO_arm64.cpp | 249 auto NSec = in addRelocations() local 251 if (!NSec) in addRelocations() 252 return NSec.takeError(); in addRelocations() 257 if (!NSec->GraphSection) { in addRelocations() 260 << NSec->SegName << "/" << NSec->SectName in addRelocations() 281 dbgs() << " " << NSec->SectName << " + " in addRelocations() 288 auto SymbolToFixOrErr = findSymbolByAddress(*NSec, FixupAddress); in addRelocations()
|
| H A D | MachO_x86_64.cpp | 240 auto NSec = in addRelocations() local 242 if (!NSec) in addRelocations() 243 return NSec.takeError(); in addRelocations() 248 if (!NSec->GraphSection) { in addRelocations() 251 << NSec->SegName << "/" << NSec->SectName in addRelocations() 268 dbgs() << " " << NSec->SectName << " + " in addRelocations() 275 auto SymbolToFixOrErr = findSymbolByAddress(*NSec, FixupAddress); in addRelocations()
|
| /freebsd-14.2/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | README.md | 4 bindings such as [NSec](https://github.com/ektrah/nsec). It does not provide a
|