Searched defs:symbols (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Dgenerate-emscripten-symbols.sh5 symbols() { function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DModuleSymbolTable.h45 ArrayRef<Symbol> symbols() const { return SymTab; } function in class:llvm::ModuleSymbolTable
H A DSymbolicFile.h158 basic_symbol_iterator_range symbols() const { function in class:llvm::object::SymbolicFile
H A DArchive.h248 iterator_range<symbol_iterator> symbols() const { function in class:llvm::object::Archive
H A DELF.h170 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dsymbols.c23 static const void *symbols[] = { variable
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSymbolTable.h42 llvm::iterator_range<iterator> symbols() const { function in class:lld::elf::SymbolTable
H A DInputFiles.h144 std::vector<Symbol *> symbols; member in class:lld::elf::InputFile
H A DOutputSections.cpp354 ArrayRef<Symbol *> symbols = section->file->getSymbols(); local
/freebsd-12-stable/crypto/heimdal/lib/wind/
H A Dstringprep.py53 def symbols(tabledict, tables): function
H A Dgen-errorlist.py105 symbols = stringprep.symbols(error_list, tables) variable
H A Dgen-map.py131 symbols = stringprep.symbols(map_list, tables) variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp111 ModuleDebugStreamRef::symbols(bool *HadError) const { function in class:ModuleDebugStreamRef
/freebsd-12-stable/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h46 } symbols[RC_SYMBOLS_MAX]; member in struct:__anon7618
/freebsd-12-stable/contrib/libexecinfo/
H A Dsymtab.c61 struct symbol *symbols; member in struct:symtab
[all...]
/freebsd-12-stable/usr.bin/ipcs/
H A Dipc.c61 struct nlist symbols[] = { variable in typeref:struct:nlist
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h157 ArrayRef<Symbol> symbols() const { return Symbols; } function in class:llvm::lto::InputFile
/freebsd-12-stable/contrib/gdb/include/
H A Ddis-asm.h92 asymbol **symbols; member in struct:disassemble_info
/freebsd-12-stable/contrib/binutils/include/
H A Ddis-asm.h95 asymbol **symbols; member in struct:disassemble_info
/freebsd-12-stable/contrib/binutils/bfd/
H A Daout-arm.c347 MY_swap_std_reloc_in(bfd *abfd, struct reloc_std_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount ATTRIBUTE_UNUSED) argument
/freebsd-12-stable/crypto/openssl/apps/
H A Ddhparam.c368 static const char symbols[] = ".+*\n"; local
H A Ddsaparam.c247 static const char symbols[] = ".+*\n"; local
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_scan.c389 static token symbols[] = { variable
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h129 std::vector<Symbol *> symbols; member in class:lld::coff::LazyObjFile
136 explicit ObjFile(MemoryBufferRef m, std::vector<Symbol *> &&symbols) argument
297 std::vector<Symbol *> symbols; member in class:lld::coff::ObjFile
355 std::vector<Symbol *> symbols; member in class:lld::coff::BitcodeFile
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp165 auto symbols = OF->symbols(); local

Completed in 377 milliseconds

1234