Searched refs:symbols (Results 201 - 225 of 453) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp338 // Undefined symbols are filtered out in scanRelocations(); we should never
599 // Finally, we sort the symbols by the address of their first binding, again
829 /*value=*/symbols.size() * target->objcStubsFastSize,
834 symbols.push_back(newSym);
873 return target->objcStubsFastSize * symbols.size();
881 for (size_t i = 0, n = symbols.size(); i < n; ++i) {
882 Defined *sym = symbols[i];
948 // we cannot encode just the differences between symbols; we have to emit the
1059 for (const Symbol *sym : objFile->symbols) {
1147 "dead symbols shoul
[all...]
H A DSyntheticSections.h113 // to non-lazily-loaded dylib symbols. The main difference is that the
183 // Stores bind opcodes for telling dyld which symbols to load non-lazily.
202 // Stores bind opcodes for telling dyld which weak symbols need coalescing.
205 // 1) Non-weak definitions: This is a symbol definition that weak symbols in
211 // symbols by name, but do not specify which dylib to load them from.
250 // We will first describe how non-weak symbols are handled.
266 // With weak symbols, the situation is slightly different. Since there is no
267 // "weak lazy" lookup, function calls to weak symbols are always non-lazily
276 // address of the target symbols on load. LazyPointerSection and
319 // program. Apple Clang produces undefined symbols t
337 std::vector<Defined *> symbols; member in class:lld::macho::final
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp145 cl::desc("Do not resolve to llvm-jitlink process symbols"),
346 // If this graph is part of the test then promote any symbols referenced by
347 // the harness to default scope, remove all symbols that clash with harness
406 if (LHS->symbols().empty() && RHS->symbols().empty())
408 if (LHS->symbols().empty())
410 if (RHS->symbols().empty())
419 if (S->symbols().empty()) {
424 // Sort symbols into order, then render.
425 std::vector<Symbol *> Syms(S->symbols()
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h394 /// Anonymous symbols have neither linkage nor visibility, and must point at
396 /// Named symbols may be in one of four states:
468 /// use in containers (e.g. as map values). Null symbols are only useful for
566 "Non-zero size can only be set for defined symbols");
578 /// This method may only be called on defined symbols.
582 /// This method may only be called on defined non-zero-fill symbols.
593 "Linkage can only be applied to defined named symbols");
610 /// This method may only be called on external symbols.
617 /// This method may only be called on external symbols.
724 /// Returns an iterator over the symbols define
725 iterator_range<symbol_iterator> symbols() { function in class:llvm::jitlink::Section
730 iterator_range<const_symbol_iterator> symbols() const { function in class:llvm::jitlink::Section
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dautodoc.pl90 # export symbols lists for different platforms, and macros to provide an
200 Also see L</List of capability HAS_foo symbols>.
206 Also L</List of capability HAS_foo symbols> lists capabilities
222 =head2 List of capability C<HAS_I<foo>> symbols
224 This is a list of those symbols that dont appear elsewhere in ths
227 symbols whose capability is directly derived from the name are
259 =head2 List of C<#include> needed symbols
261 This list contains symbols that indicate if certain C<#include>
702 my @has_r_defs; # Reentrant symbols
891 # Enclose what we think are symbols wit
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpdp11.c491 file header, symbols, and relocation. */
1472 /* Read the external symbols from an a.out file. */
1760 /* Native-level interface to symbols. */
1775 /* Translate a set of internal symbols into external symbols. */
1797 /* For the normal symbols, the zero index points at the number
1799 null string. For the dynamic symbols, the number of bytes in
1826 /* We read the symbols into a buffer, which is discarded when this
1889 /* We use a hash table when writing out symbols so that we only write
2112 Aout keeps all it's symbols base
2197 asymbol **symbols; variable
2353 asymbol **symbols; variable
2593 asymbol **symbols; variable
[all...]
H A Daout-arm.c356 MY_swap_std_reloc_in (abfd, bytes, cache_ptr, symbols, symcount)
360 asymbol **symbols;
423 r_index to the symbols index, and the r_extern bit.
425 Absolute symbols can come in in two ways, either as an offset
H A Dlibaout.h178 /* Callback from the add symbols phase of the linker code to handle
184 /* Callback from the add symbols phase of the linker code to handle
357 aout_symbol_type *symbols; /* symtab for input bfd */
421 /* A mapping from local symbols to offsets into the global offset
434 #define obj_aout_symbols(bfd) (adata(bfd).symbols)
355 aout_symbol_type *symbols; /* symtab for input bfd */ member in struct:aoutdata
H A Dreloc.c28 symbols: they are left alone until required, then read in
34 while symbols are maintained on a per BFD basis.
91 . symbols. If this type is returned, the error_message argument
129 the linker can fix up all the symbols of the same name by
633 /* Get symbol value. (Common symbols are special.) */
746 value of the symbol. Unfortunately it handles common symbols in a
1023 /* Get symbol value. (Common symbols are special.) */
1132 value of the symbol. Unfortunately it handles common symbols in a
3975 Xtensa relocation used in ELF object files for symbols that may require
4173 asymbol **symbols);
4182 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 Dsyms.c46 output symbols, the application provides BFD with a table of
61 Reading symbols
91 All storage for the symbols themselves is in an objalloc
97 Writing symbols
101 pointers to pointers to symbols to the BFD being written, and
147 Mini symbols provide read-only access to the symbol table.
152 The <<bfd_read_minisymbols>> function will read the symbols
192 . instead, except that some symbols point to the global sections
242 . STT_SECTION symbols. *}
272 . {* BSF_FILE marks symbols tha
882 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bfd_boolean *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dsh-dis.c414 if (info->symbols
415 && bfd_asymbol_flavour(*info->symbols) == bfd_target_coff_flavour)
H A Dtic30-dis.c548 if (print_label && info->symbols)
550 asymbol *sym = *info->symbols;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibaout.h177 /* Callback from the add symbols phase of the linker code to handle
183 /* Callback from the add symbols phase of the linker code to handle
356 aout_symbol_type *symbols; /* Symtab for input bfd. */
420 /* A mapping from local symbols to offsets into the global offset
434 #define obj_aout_symbols(bfd) (adata (bfd).symbols)
354 aout_symbol_type *symbols; /* Symtab for input bfd. */ member in struct:aoutdata
H A Dlibcoff.h34 #define obj_symbols(bfd) (coff_data (bfd)->symbols)
53 struct coff_symbol_struct *symbols; /* Symtab for input bfd. */ member in struct:coff_tdata
75 /* The unswapped external symbols. May be NULL. Read by
221 /* The first and one past the last symbol indices for symbols used
466 symbols from global to static. */
484 /* Buffer large enough to hold swapped symbols of any input file. */
486 /* Buffer large enough to hold sections of symbols of any input file. */
488 /* Buffer large enough to hold output indices of symbols of any
491 /* Buffer large enough to hold output symbols for any input file. */
615 XCOFF C_BSTAT symbols
[all...]
H A Dreloc.c28 symbols: they are left alone until required, then read in
34 while symbols are maintained on a per BFD basis.
91 . symbols. If this type is returned, the error_message argument
129 the linker can fix up all the symbols of the same name by
627 /* Get symbol value. (Common symbols are special.) */
739 value of the symbol. Unfortunately it handles common symbols in a
1014 /* Get symbol value. (Common symbols are special.) */
1123 value of the symbol. Unfortunately it handles common symbols in a
4561 Xtensa relocation used in ELF object files for symbols that may require
4570 Xtensa relocations to mark the difference of two local symbols
4860 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 Driscix.c318 r_index to the symbols index, and the r_extern bit.
320 Absolute symbols can come in in two ways, either as an offset
418 asymbol **symbols)
446 if (!NAME (aout, slurp_reloc_table) (abfd, section, symbols))
415 canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
H A Dsyms.c46 output symbols, the application provides BFD with a table of
61 Reading symbols
91 All storage for the symbols themselves is in an objalloc
97 Writing symbols
101 pointers to pointers to symbols to the BFD being written, and
147 Mini symbols provide read-only access to the symbol table.
152 The <<bfd_read_minisymbols>> function will read the symbols
192 . instead, except that some symbols point to the global sections
242 . STT_SECTION symbols. *}
272 . {* BSF_FILE marks symbols tha
899 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bfd_boolean *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_arcs.c431 * In one top-to-bottom pass over the topologically sorted symbols
438 propagate_flags (Sym **symbols) argument
446 child = symbols[index];
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsh-dis.c401 if (info->symbols
402 && bfd_asymbol_flavour(*info->symbols) == bfd_target_coff_flavour)
H A Dtic30-dis.c652 if (print_label && info->symbols)
654 asymbol *sym = *info->symbols;
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/
H A DEscapes.pm545 By default, Pod::Escapes exports none of its symbols. But
550 exportable symbols.
/openbsd-current/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py716 Returns a sequence of symbols for this thread.
786 symbols = get_symbol_names(thread)
808 num=i, addr=load_addr, mod=mods[i], symbol=symbols[i], offset=symbol_offset), file=output)
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp152 Mod.End = Syms.size() + Msymtab.symbols().size();
181 for (ModuleSymbolTable::Symbol Msym : Msymtab.symbols())
264 // Undefined module asm symbols act as GC roots and are implicitly used.
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DSignals.inc559 // doesn't demangle symbols.
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp157 // Transfer the symbols described by \a NList to \a NewSymtab which is just the
165 // Do not transfer undefined symbols, we want real addresses.
169 // Do not transfer N_AST symbols as their content is copied into a section of
199 // Wrapper around transferSymbol to transfer all of \a Obj symbols
201 // \returns the number of symbols in \a NewSymtab.
211 for (const object::SymbolRef &Symbol : Obj.symbols()) {
218 for (const object::SymbolRef &Symbol : Obj.symbols()) {
582 // Transfer symbols.

Completed in 187 milliseconds

1234567891011>>