/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | LLDMapFile.cpp | 59 getSectionSyms(ArrayRef<DefinedRegular * > syms) getSectionSyms() argument 77 getSymbolStrings(const COFFLinkerContext & ctx,ArrayRef<DefinedRegular * > syms) getSymbolStrings() argument 101 std::vector<DefinedRegular *> syms = getSymbols(ctx); writeLLDMapFile() local [all...] |
H A D | MapFile.cpp | 66 sortUniqueSymbols(std::vector<Defined * > & syms,uint64_t imageBase) sortUniqueSymbols() argument 99 getSymbols(const COFFLinkerContext & ctx,std::vector<Defined * > & syms,std::vector<Defined * > & staticSyms) getSymbols() argument 143 getSymbolStrings(const COFFLinkerContext & ctx,ArrayRef<Defined * > syms) getSymbolStrings() argument 215 std::vector<Defined *> syms; writeMapFile() local [all...] |
H A D | MinGW.cpp | 273 MutableArrayRef<Symbol *> syms = file->getMutableSymbols(); in wrapSymbols() local
|
H A D | SymbolTable.cpp | 845 std::vector<Symbol *> syms; in getSymsWithPrefix() local 874 std::vector<Symbol *> syms = getSymsWithPrefix(name); in findMangle() local
|
H A D | DLL.cpp | 161 std::vector<DefinedImportData *> &syms = kv.second; in binImports() local
|
H A D | Driver.cpp | 1205 ArrayRef<Symbol *> syms = obj->getSymbols(); in findKeepUniqueSections() local
|
H A D | Writer.cpp | 2019 std::vector<Symbol *> syms; in markSymbolsForRVATable() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | MapFile.cpp | 68 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms() 93 getSymbolStrings(ArrayRef<Defined *> syms) { in getSymbolStrings() 151 std::vector<Defined *> syms = getSymbols(); in writeMapFile() local
|
H A D | Thunks.h | 61 llvm::SmallVector<Defined *, 3> syms; variable
|
H A D | SymbolTable.cpp | 200 SmallVector<Symbol *, 0> syms; in handleDynamicList() local 218 SmallVector<Symbol *, 0> syms = findByVersion(ver); in assignExactVersion() local
|
H A D | LTO.cpp | 221 ArrayRef<Symbol *> syms = f.getSymbols(); in add() local
|
H A D | Driver.cpp | 2180 SmallVector<Symbol *, 0> syms; in handleUndefinedGlob() local 2400 ArrayRef<Symbol *> syms = obj->getSymbols(); in findKeepUniqueSections() local
|
H A D | InputFiles.cpp | 1549 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>(); in parse() local
|
H A D | Writer.cpp | 1867 DenseSet<Symbol *> syms; in finalizeSections() local
|
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 548 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston() 562 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() 580 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbIndex.cpp | 120 const CVSymbolArray &syms = cci.m_debug_stream.getSymbolArray(); in BuildAddrToSymbolMap() local
|
H A D | CompileUnitIndex.cpp | 80 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray(); in ParseExtendedInfo() local
|
H A D | SymbolFileNativePDB.cpp | 1056 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in ParseFunctions() local 1270 const CVSymbolArray &syms = cii->m_debug_stream.getSymbolArray(); in ParseLineTable() local 1626 CVSymbolArray syms = in ParseSymbolArrayInScope() local 1966 CVSymbolArray syms = limitSymbolArrayToScope( in ParseVariablesForBlock() local 2294 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in FindSymbolScope() local
|
/freebsd/contrib/wpa/src/utils/ |
H A D | trace.c | 31 static asymbol **syms = NULL; variable
|
/freebsd/sys/dev/ksyms/ |
H A D | ksyms.c | 133 long syms; in ksyms_size_permod() local
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_pid.c | 575 const char *syms[] = { "___SUNW_dof", "__SUNW_dof" }; in dt_pid_usdt_mapping() local
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 1304 MutableArrayRef<Symbol *> syms = file->getMutableSymbols(); in processArmCmseSymbols() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 247 std::unordered_map<IdTy, ClauseSet> syms; member
|