Home
last modified time | relevance | path

Searched defs:SymTable (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dsymtab.h71 typedef struct SymTable SymTable; typedef
72 struct SymTable { struct
73 SymTable* Next; /* Pointer to next table in list */ argument
74 SymTable* Left; /* Pointer to smaller entry */ argument
75 SymTable* Right; /* Pointer to greater entry */ argument
76 SymTable* Parent; /* Link to enclosing scope if any */ argument
77 SymTable* Childs; /* Pointer to child scopes */ argument
92 extern SymTable* CurrentScope; /* Pointer to current symbol table */ argument
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dsymtab.h55 typedef struct SymTable SymTable; typedef
56 struct SymTable { struct
57 SymTable* PrevTab; /* Pointer to higher level symbol table */ argument
66 extern SymTable EmptySymTab; argument
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DRingElemInput.C94 RingElem ReadFactor(const ring& P, std::istream& in, const map<symbol, RingElem>& SymTable) in ReadFactor()
163 RingElem ReadProduct(const ring& P, std::istream& in, const map<symbol, RingElem>& SymTable) in ReadProduct()
193 …adExprInSparsePolyRing(const ring& P, std::istream& in, const std::map<symbol, RingElem>& SymTable) in ReadExprInSparsePolyRing()
235 RingElem ReadExpr(const ring& P, std::istream& in, const map<symbol, RingElem>& SymTable) in ReadExpr()
260 map<symbol, RingElem> SymTable; in ReadExpr() local
279 map<symbol, RingElem> SymTable; in RingElems() local
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DRingElemInput.C112 RingElem ReadAtom(const ring& P, std::istream& in, const map<symbol, RingElem>& SymTable) in ReadAtom()
162 RingElem ReadFactor(const ring& P, std::istream& in, const map<symbol, RingElem>& SymTable) in ReadFactor()
205 RingElem ReadProduct(const ring& P, std::istream& in, const map<symbol, RingElem>& SymTable) in ReadProduct()
237 …adExprInSparsePolyRing(const ring& P, std::istream& in, const std::map<symbol, RingElem>& SymTable) in ReadExprInSparsePolyRing()
281 RingElem ReadExpr(const ring& P, std::istream& in, const map<symbol, RingElem>& SymTable) in ReadExpr()
311 map<symbol, RingElem> SymTable; in ReadExpr() local
342 map<symbol, RingElem> SymTable; in ReadCommaSeparatedListOfRingElems() local
/dports/science/qcl/qcl-0.6.4/
H A Dsymbols.h32 SymTable() { } in SymTable() function
50 SymTab(int g=0) : SymTable() { root=0; global=g; } in SymTable() function
/dports/lang/cocor/cocor-1.7_3/taste_cp/
H A Dtl.cpp15 SymTable::SymTable(CRError *E) in SymTable() function in SymTable
H A Dtl.hpp44 class SymTable { class
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp302 char *SymTable = (char *)B.getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp302 char *SymTable = (char *)B.getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp324 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp293 char *SymTable = (char *)B.getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp324 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp293 char *SymTable = (char *)B.getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp314 char *SymTable = (char *)B.getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp324 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp314 char *SymTable = (char *)B.getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp324 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp314 char *SymTable = (char *)B.getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp324 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp324 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable() local
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Object/
H A DELFObjectFile.h245 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toDRI()
361 StringRef SymTable = *EF.getStringTable(StringTableSec); in getSymbolName() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp274 char *SymTable = (char *)B.getBufferStart() + SymTabCommand.symoff; in writeStringTable() local
H A DObject.h213 SymbolTable SymTable; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Object/
H A DELFObjectFile.h240 ELFSymbolRef toSymbolRef(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toSymbolRef()
311 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toDRI()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Object/
H A DELFObjectFile.h240 ELFSymbolRef toSymbolRef(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toSymbolRef()
311 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toDRI()

1234