Searched refs:symbols (Results 226 - 250 of 453) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp363 for (const InputFile::Symbol &Sym : Input->symbols()) {
463 for (const InputFile::Symbol &Sym : Input->symbols()) {
/openbsd-current/gnu/usr.bin/perl/
H A Dmakedef.pl250 # All symbols have a Perl_ prefix because that's what embed.h sticks
294 # VMS does its own thing for these symbols.
721 # Export the symbols that make up the PerlIO abstraction, regardless
749 # many symbols against them.
1155 # Now all symbols should be defined because next we are going to output them.
1198 # Then the symbols
1200 my @symbols = $fold ? sort {lc $a cmp lc $b} keys %export : sort keys %export;
1201 foreach my $symbol (@symbols) {
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Daoutx.h1318 /* Read the external symbols from an a.out file. */
1486 /* N_SETV symbols used to represent set vectors placed in the
1491 symbols. */
1511 the linker handle set symbols, but they are now handled in
1624 /* An indirect symbol. This consists of two symbols in a row.
1778 /* Native-level interface to symbols. */
1793 /* Translate a set of internal symbols into external symbols. */
1815 /* For the normal symbols, the zero index points at the number
1817 null string. For the dynamic symbols, th
2271 asymbol **symbols; variable
2327 asymbol **symbols; variable
[all...]
H A Dcoff-i386.c354 FIXME: This macro refers to symbols and asect; these are from the
362 + (cache_ptr->sym_ptr_ptr - symbols)); \
540 we treat all symbols starting with L as local. */
H A Dnlmcode.h892 /* We read the NLM's public symbols and use it to generate a bfd symbol
894 use the number of public symbols as the number of bfd symbols we will
1002 We also read in the debugging symbols and import records. Import
1003 records are treated as undefined symbols. As we read the import
1007 The bfd symbols are copied to SYMPTRS.
1010 number of symbols. */
1017 bfd_size_type totsymcount; /* Number of NLM symbols. */
1018 bfd_size_type symcount; /* Counter of NLM symbols. */
1034 one-to-one mapping of the NLM symbols t
1286 asymbol **symbols; variable
[all...]
H A Delfcode.h58 (3) ELF section symbols are handled rather sloppily now. This should
59 be cleaned up, and ELF section symbols reconciled with BFD section
60 symbols.
1001 unsigned long symcount; /* Number of external ELF symbols */
1003 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1017 based on a one-to-one mapping of the ELF symbols to canonical
1018 symbols. We actually use all the ELF symbols, so there will be no
1019 space left over at the end. When we have all the symbols, we
1071 /* Slurp in the symbols withou
1228 elf_slurp_reloc_table_from_section(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, bfd_size_type reloc_count, arelent *relents, asymbol **symbols, bfd_boolean dynamic) argument
1331 elf_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
[all...]
H A Decofflink.c64 BIGEND says whether AUX symbols are big-endian or little-endian; this
121 BIGEND says whether AUX symbols are big-endian or little-endian; this
691 out the external symbols. */
711 number of symbols and aux entries. Sometimes an include
714 symbols and aux entries as a hash reduces the chance that
825 /* Swap in the local symbols, adjust their values, and swap them
1184 asymbol **symbols;
1210 /* Get the local symbols from the input BFD. */
1214 symbols = (asymbol **) bfd_alloc (output_bfd, (bfd_size_type) symsize);
1215 if (symbols
1181 asymbol **symbols; local
[all...]
H A Delf64-sparc.c355 sparc64_elf_slurp_one_reloc_table (abfd, asect, rel_hdr, symbols, dynamic)
359 asymbol **symbols;
409 ps = symbols + ELF64_R_SYM (rela.r_info) - 1;
412 /* Canonicalize ELF section symbols. FIXME: Why? */
451 sparc64_elf_slurp_reloc_table (abfd, asect, symbols, dynamic)
454 asymbol **symbols;
501 if (!sparc64_elf_slurp_one_reloc_table (abfd, asect, rel_hdr, symbols,
506 && !sparc64_elf_slurp_one_reloc_table (abfd, asect, rel_hdr2, symbols,
516 sparc64_elf_canonicalize_reloc (abfd, section, relptr, symbols)
520 asymbol **symbols;
[all...]
H A Dmmo.c155 lopcode follows all symbols in a compressed format
296 struct mmo_symbol *symbols; member in struct:mmo_data_struct
308 this table might just hold a subset of symbols for not-really large
1270 if (abfd->tdata.mmo_data->symbols == NULL)
1271 abfd->tdata.mmo_data->symbols = n;
1296 /* Read in symbols. */
1323 the stream and create symbols at the completion points.
1995 /* We read in the symbols now, not later. */
2010 /* It's not said that an MMO can be without symbols (though
2180 /* Sort mmo symbols b
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Daout-ns32k.c253 asymbol **symbols,
285 r_index to the symbols index, and the r_extern bit.
287 Absolute symbols can come in in two ways, either as an offset
250 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 Delfcode.h58 (3) ELF section symbols are handled rather sloppily now. This should
59 be cleaned up, and ELF section symbols reconciled with BFD section
60 symbols.
1083 unsigned long symcount; /* Number of external ELF symbols */
1085 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1099 based on a one-to-one mapping of the ELF symbols to canonical
1100 symbols. We actually use all the ELF symbols, so there will be no
1101 space left over at the end. When we have all the symbols, we
1153 /* Slurp in the symbols withou
1311 elf_slurp_reloc_table_from_section(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, bfd_size_type reloc_count, arelent *relents, asymbol **symbols, bfd_boolean dynamic) argument
1409 elf_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
[all...]
H A Decofflink.c64 BIGEND says whether AUX symbols are big-endian or little-endian; this
121 BIGEND says whether AUX symbols are big-endian or little-endian; this
692 out the external symbols. */
712 number of symbols and aux entries. Sometimes an include
715 symbols and aux entries as a hash reduces the chance that
812 /* Swap in the local symbols, adjust their values, and swap them
1140 asymbol **symbols;
1166 /* Get the local symbols from the input BFD. */
1170 symbols = (asymbol **) bfd_alloc (output_bfd, (bfd_size_type) symsize);
1171 if (symbols
1137 asymbol **symbols; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/inc/ExtUtils/
H A DMyconst2perl.pm180 symbols be exported/imported into a dummy package. Then writes C or C++
280 . " warn 0 + $var, qq[ symbols ${port}ed.\\n];\n"
/openbsd-current/gnu/usr.bin/perl/dist/base/lib/
H A Dbase.pm273 your base class be empty, containing no symbols, C<base> will die. This is
/openbsd-current/gnu/llvm/lld/COFF/
H A DLTO.cpp140 for (const lto::InputFile::Symbol &objSym : obj.symbols()) {
146 // reports two symbols for module ASM defined. Without this check, lld
156 // (with -wrap) symbols because otherwise LTO would inline them while
H A DICF.cpp279 for (Symbol *b : sc->symbols())
H A DSymbolTable.cpp279 // Trim down stdcall/fastcall/vectorcall symbols to the base name.
355 // There may exist symbols named .refptr.<name> which only consist
364 if (sc && sc->getRelocs().size() == 1 && *sc->symbols().begin() == sym) {
376 /// defined symbol imported" diagnostic for symbols in localImports.
378 /// undefined symbols are referenced.
400 auto processFile = [&](InputFile *file, ArrayRef<Symbol *> symbols) {
402 for (Symbol *sym : symbols) {
478 // internal symbol, and internal symbols are stored as "unparented"
503 // We don't want to report missing Microsoft precompiled headers symbols.
511 // Remaining undefined symbols ar
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h40 /// Resolve linkage for prevailing symbols in the \p Index. Linkage changes
157 /// A range over the symbols in this InputFile.
158 ArrayRef<Symbol> symbols() const { return Symbols; } function in class:llvm::lto::InputFile
237 /// the symbols() function to enumerate its symbols and compute a resolution
262 /// InputFile::symbols().
280 /// Static method that returns a list of libcall symbols that can be generated
420 // Identify symbols exported dynamically, and that therefore could be
/openbsd-current/gnu/llvm/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h348 /// Add a symbol to the symbols list or extend an existing one.
376 const_symbol_range symbols() const { function in class:llvm::MachO::InterfaceFile
/openbsd-current/gnu/llvm/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp145 outs() << "TLI knows " << LibFunc::NumLibFuncs << " symbols, " << NumAvailable
170 // Insert defined global function symbols into the map if valid.
183 // Given an ObjectFile, extract the global function symbols.
194 for (const auto &S : ELF->symbols())
235 outs() << "\nLooking for symbols in '" << StringRef(Filepath) << "'\n";
255 WithColor::warning() << StringRef(Filepath) << ": no symbols found\n";
257 outs() << "Found " << size() - Precount << " global function symbols in '"
319 WithColor::error() << "NO symbols found!\n";
323 << " library symbols\n";
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp150 for (const SymbolRef &Symbol : Obj->symbols())
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DDomain.pm348 The following symbols are, or can be, exported by this module:
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Darm-dis.c2831 /* Disallow mapping symbols ($a, $b, $d, $t etc) from
2929 if (!is_thumb && info->symbols != NULL)
2931 if (bfd_asymbol_flavour (*info->symbols) == bfd_target_coff_flavour)
2935 cs = coffsymbol (*info->symbols);
2942 else if (bfd_asymbol_flavour (*info->symbols) == bfd_target_elf_flavour)
2947 es = *(elf_symbol_type **)(info->symbols);
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dmach_o.py826 self.symbols = list()
998 if len(self.symbols):
1001 print("No symbols")
1107 if self.data and not self.symbols:
1126 self.symbols.append(nlist)
1134 for i, symbol in enumerate(self.symbols):
1139 for symbol in self.symbols:
1650 self.index = len(mach_file.symbols)
1712 '''Dump all mach-o symbols in the symbol table'''
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjdump.c47 by symbols, calling disassemble_bytes() on each block. The actual
144 /* Number of symbols in `syms'. */
150 /* Number of symbols in `sorted_syms'. */
156 /* Number of symbols in `dynsyms'. */
413 /* Read in the dynamic symbols. */
442 /* Filter out (in place) symbols that are useless for disassembly.
444 Return the number of useful symbols. */
447 remove_useless_symbols (asymbol **symbols, long count)
449 asymbol **in_ptr = symbols, **out_ptr = symbols;
443 remove_useless_symbols(asymbol **symbols, long count) argument
[all...]

Completed in 295 milliseconds

1234567891011>>