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

1234

/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-errorlist.py105 symbols = stringprep.symbols(error_list, tables) variable
H A Dgen-map.py131 symbols = stringprep.symbols(map_list, tables) variable
H A Dstringprep.py53 def symbols(tabledict, tables): function
/freebsd-11-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 DELF.h170 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
H A DArchive.h248 iterator_range<symbol_iterator> symbols() const { function in class:llvm::object::Archive
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp111 ModuleDebugStreamRef::symbols(bool *HadError) const { function in class:ModuleDebugStreamRef
/freebsd-11-stable/contrib/libexecinfo/
H A Dsymtab.c61 struct symbol *symbols; member in struct:symtab
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h46 } symbols[RC_SYMBOLS_MAX]; member in struct:__anon5893
/freebsd-11-stable/usr.bin/ipcs/
H A Dipc.c61 struct nlist symbols[] = { variable in typeref:struct:nlist
/freebsd-11-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
H A Dreloc.c5184 bfd_generic_get_relocated_section_contents(bfd *abfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
[all...]
H A Dbfd.c741 bfd_canonicalize_reloc(bfd *abfd, sec_ptr asect, arelent **location, asymbol **symbols) argument
1309 bfd_get_relocated_section_contents(bfd *abfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
H A Delf32-cr16.c919 elf32_cr16_get_relocated_section_contents(bfd *output_bfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
/freebsd-11-stable/contrib/gdb/include/
H A Ddis-asm.h92 asymbol **symbols; member in struct:disassemble_info
/freebsd-11-stable/contrib/binutils/include/
H A Ddis-asm.h95 asymbol **symbols; member in struct:disassemble_info
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_scan.c389 static token symbols[] = { variable
/freebsd-11-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-11-stable/contrib/binutils/binutils/
H A Drdcoff.c137 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
234 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
374 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
481 parse_coff_enum_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types ATTRIBUTE_UNUSED, union internal_auxent *pauxent, void *dhandle) argument
657 struct coff_symbols symbols; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp165 auto symbols = OF->symbols(); local
/freebsd-11-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...]

Completed in 174 milliseconds

1234