Searched defs:syms (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DThunks.h61 llvm::SmallVector<Defined *, 3> syms; member in class:lld::elf::Thunk
H A DMapFile.cpp66 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { argument
85 getSymbolStrings(ArrayRef<Defined *> syms) { argument
154 std::vector<Defined *> syms = getSymbols(); local
[all...]
H A DLTO.cpp168 ArrayRef<Symbol *> syms = f.getSymbols(); local
H A DSymbolTable.cpp160 std::vector<Symbol *> syms; local
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp59 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { argument
76 getSymbolStrings(ArrayRef<DefinedRegular *> syms) { argument
100 std::vector<DefinedRegular *> syms local
[all...]
H A DDLL.cpp150 std::vector<DefinedImportData *> &syms = kv.second; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c47 static asymbol **syms; /* Symbol table. */ variable
H A Dcoffgrok.c52 static asymbol **syms; variable
H A Drddbg.c47 read_debugging_info (bfd *abfd, asymbol **syms, long symcount) argument
97 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
260 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
[all...]
H A Drdcoff.c52 asymbol **syms; member in struct:coff_symbols
655 parse_coff(bfd *abfd, asymbol **syms, long symcount, void *dhandle) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp125 const CVSymbolArray &syms = cci.m_debug_stream.getSymbolArray(); local
H A DCompileUnitIndex.cpp80 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray(); local
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbinary.c165 asymbol *syms; local
[all...]
H A Dcoff-x86_64.c511 coff_pe_amd64_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, struct internal_reloc *relocs, struct internal_syment *syms, asection **sections) argument
H A Dpe-mips.c585 coff_pe_mips_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, struct internal_reloc *relocs, struct internal_syment *syms, asection **sections) argument
H A Daoutx.h1292 struct external_nlist *syms; local
[all...]
H A Dppcboot.c295 asymbol *syms; local
[all...]
H A Dsyms.c786 asymbol **syms = NULL; local
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c31 static asymbol **syms = NULL; variable
[all...]
/freebsd-11-stable/sys/dev/ksyms/
H A Dksyms.c130 long syms; local
/freebsd-11-stable/contrib/gcc/
H A Dsdbout.c675 sdbout_syms (tree syms) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddictionary.c154 struct symbol **syms; member in struct:dictionary_linear
161 struct symbol **syms; member in struct:dictionary_linear_expandable
421 struct symbol **syms; local
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c575 const char *syms[] = { "___SUNW_dof", "__SUNW_dof" }; local
/freebsd-11-stable/contrib/binutils/ld/
H A Dldcref.c480 asymbol **asymbols, **syms; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h144 ArrayRef<WasmSymbol> syms() const { return Symbols; } function in class:llvm::object::WasmObjectFile

Completed in 307 milliseconds

123