Searched refs:symbols (Results 51 - 75 of 453) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c58 struct symbol *symbols; member in struct:baton
259 // We're only going to create records for a small number of these symbols
263 baton->symbols = (struct symbol *)malloc(
288 baton->symbols[baton->symbols_count].file_address = nlist.n_value;
290 baton->symbols[baton->symbols_count].file_address =
291 baton->symbols[baton->symbols_count].file_address & ~1;
292 baton->symbols[baton->symbols_count].name =
318 baton->symbols[baton->symbols_count].file_address = nlist.n_value;
320 baton->symbols[baton->symbols_count].file_address =
321 baton->symbols[bato
[all...]
/openbsd-current/regress/lib/libcrypto/
H A DMakefile51 SUBDIR += symbols
/openbsd-current/gnu/llvm/lld/ELF/
H A DInputFiles.cpp68 // .gnu.warning.SYMBOL are treated as warning symbols for the given symbol
309 // Add symbols in File to the symbol table.
520 ArrayRef<Elf_Sym> eSyms = CHECK(obj.symbols(symtabSec), this);
641 typename ELFT::SymRange symbols = this->getELFSyms<ELFT>(); local
642 if (sec.sh_info >= symbols.size())
644 const typename ELFT::Sym &sym = symbols[sec.sh_info];
692 // This is for --just-symbols.
694 // --just-symbols is a very minor feature that allows you to link your
697 // other program's symbols.
699 // When the option is given, we link "just symbols"
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/VMS-DCLsym/
H A DDCLsym.pm153 VMS::DCLsym - Perl extension to manipulate DCL symbols
170 The VMS::DCLsym extension provides access to DCL symbols using a
171 tied hash interface. This allows Perl scripts to manipulate symbols in
174 package directly to read, create, and delete symbols.
193 create and delete symbols. If the argument is the string 'GLOBAL', then the
195 be used. Note that this argument does not affect attempts to read symbols; if
202 can also call methods directly to manipulate individual symbols. In some
220 symbols in the global symbol table. If called in a list context, C<getsym>
243 Because of the overhead associated with obtaining the list of defined symbols
245 subsequent iterations. Changes to symbols mad
[all...]
/openbsd-current/gnu/llvm/lld/wasm/
H A DInputFiles.cpp108 const Symbol *sym = symbols[reloc.Index];
144 sym = symbols[reloc.Index];
146 // We can end up with relocations against non-live symbols. For example
254 // using symbols, and record each use with a relocation. This way when the
261 // viable product" version of WebAssembly) neither write table symbols nor
265 // have a file with a table import but no table symbols, it is an MVP object
276 // If there are symbols for all tables, then all is good.
282 // For these newer files, we require symbols for all tables, and
346 symbols.push_back(sym);
520 // Populate `Symbols` based on the symbols i
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dvms.c99 PARAMS ((bfd *abfd, asymbol **symbols));
109 PARAMS ((bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset,
122 asymbol **symbols));
135 bfd_boolean relocatable, asymbol **symbols));
156 PARAMS ((bfd *abfd, asymbol **symbols));
160 PARAMS ((bfd *abfd, arelent **arel, asymbol **symbols));
338 symbol->section is filled with the section index for defined symbols
342 It has the correct value for referenced (undefined section) symbols
1051 /*-- Part 4.5, symbols --------------------------------------------------------*/
1054 to asymbols for all the symbols i
[all...]
H A Dreloc16.c64 the generic symbols. */
112 /* Find all symbols past this point, and make them know
244 symbols)
250 asymbol **symbols;
267 symbols);
284 symbols);
H A Dhp300hpux.c38 secondary symbols, it does not support indirect symbols. Another
42 This allows reading hp secondary symbols and converting them into
43 indirect symbols but the reverse it not always possible.
219 strings and we need to insert som strings for secondary symbols, we
326 /* Write out the symbols, and then the relocs. We must write out
327 the symbols first so that we know the symbol indices. */
331 /* Skip the relocs to where we want to put the symbols. */
569 /* first, march thru the table and figure out how many symbols there are */
644 MY (swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcoun
[all...]
H A Dcoff-w65.c91 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
92 reloc_processing(relent, reloc, symbols, abfd, section)
95 reloc_processing (relent, reloc, symbols, abfd, section)
98 asymbol ** symbols;
106 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dobj.h28 void obj_emit_symbols (char **where, symbolS * symbols);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-z80.c131 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
132 reloc_processing(relent, reloc, symbols, abfd, section)
137 asymbol **symbols,
145 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
135 reloc_processing(arelent *relent, struct internal_reloc *reloc, asymbol **symbols, bfd *abfd, asection *section) argument
H A Dreloc16.c64 the generic symbols. */
112 /* Find all symbols past this point, and make them know
245 symbols)
251 asymbol **symbols;
269 symbols);
283 symbols);
H A Dhp300hpux.c38 secondary symbols, it does not support indirect symbols. Another
42 This allows reading hp secondary symbols and converting them into
43 indirect symbols but the reverse it not always possible.
219 strings and we need to insert som strings for secondary symbols, we
326 /* Write out the symbols, and then the relocs. We must write out
327 the symbols first so that we know the symbol indices. */
331 /* Skip the relocs to where we want to put the symbols. */
569 /* first, march thru the table and figure out how many symbols there are */
644 MY (swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcoun
[all...]
H A Dcoff-w65.c91 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
92 reloc_processing(relent, reloc, symbols, abfd, section)
95 reloc_processing (relent, reloc, symbols, abfd, section)
98 asymbol ** symbols;
106 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Dversados.c68 asymbol *symbols; /* Pointer to local symbols. */ member in struct:versados_data_struct
73 int ndefs; /* Number of exported symbols (they dont get esdids). */
74 int nrefs; /* Number of imported symbols (valid end of pass1). */
156 tdata->symbols = NULL;
175 asymbol *n = VDATA (abfd)->symbols + snum;
527 VDATA (abfd)->symbols = bfd_alloc (abfd, amt);
532 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0)
536 /* Actually fill in the section symbols,
545 asymbol *s = VDATA (abfd)->symbols
749 versados_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dobj.h28 void obj_emit_symbols (char **where, symbolS * symbols);
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dglobals.py31 # Iterate through all symbols in the symbol table and watch for any
32 # DATA symbols
33 for symbol in module.symbols:
/openbsd-current/gnu/llvm/lld/COFF/
H A DMarkLive.cpp61 // Mark all symbols listed in the relocation table for this section.
62 for (Symbol *b : sc->symbols())
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h46 symbols(bool *HadError) const;
/openbsd-current/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py17 symbols, and relocations. These are represented by the classes ObjectFile,
27 Once you have an object file, you can inspect its sections and symbols directly
34 The LLVM bindings expose iteration over sections, symbols, and relocations in a
58 symbols = list(obj.get_symbols())
59 for symbol in symbols:
63 symbols = []
65 symbols.append(symbol)
68 for symbol in symbols:
73 symbols = list(obj.get_symbols(cache=True))
74 for symbol in symbols
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm106 our @EXPORT_OK = qw(munge frobnicate); # symbols to export on request
113 our @EXPORT_OK = qw(munge frobnicate); # symbols to export on request
119 our @EXPORT_OK = qw(munge frobnicate); # symbols to export on request
123 use YourModule qw(frobnicate); # import listed symbols
146 symbols that are going to be exported into the users name space by
148 symbols can represent functions, scalars, arrays, hashes, or typeglobs.
149 The symbols must be given by full name with the exception that the
193 them to load your module and import its symbols:
199 This imports all the symbols from YourModule's C<@EXPORT> into the namespace
204 This causes perl to load your module but does not import any symbols
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DObject.cpp168 auto symbols = OF->symbols(); local
169 if (symbols.begin() == symbols.end())
171 return wrap(new symbol_iterator(symbols.begin()));
/openbsd-current/usr.bin/ipcs/
H A Dipcs.c663 struct nlist symbols[] = { local
685 switch (kvm_nlist(kd, symbols)) {
695 for (i = 0; symbols[i].n_name != NULL; i++)
696 if (symbols[i].n_value == 0)
697 warnx("symbol %s not found", symbols[i].n_name);
703 (kvm_read(kd, symbols[X_MSGINFO].n_value,
710 if (kvm_read(kd, symbols[X_MSG_QUEUES].n_value,
713 symbols[X_MSG_QUEUES].n_name,
760 (kvm_read(kd, symbols[X_SHMINFO].n_value, &shminfo,
767 if (kvm_read(kd, symbols[X_SHMSEG
[all...]
/openbsd-current/gnu/llvm/lld/MachO/
H A DSectionPriorities.cpp229 // Print the symbols ordered by C3, in the order of decreasing curOrder
234 // Search all the symbols in the file of the section
237 for (Symbol *sym : isec->getFile()->symbols) {
283 assert(entry.fromIndex < obj->symbols.size() &&
284 entry.toIndex < obj->symbols.size());
285 auto *fromSym = dyn_cast_or_null<Defined>(obj->symbols[entry.fromIndex]);
286 auto *toSym = dyn_cast_or_null<Defined>(obj->symbols[entry.toIndex]);
377 // TODO: Make sure this handles weak symbols correctly.
380 for (Symbol *sym : file->symbols)
/openbsd-current/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp61 cl::SubCommand SymbolsSubcommand("symbols", "Dump symbols for an object file");
123 "find-symbols-by-regex",
125 "Dump symbols found in the symbol table matching the specified regex."),
152 namespace symbols { namespace in namespace:opts
219 cl::desc("Dump AST restored from symbols."),
223 cl::desc("Dump clang AST restored from symbols. When used on its own this "
224 "will dump the entire AST of all loaded symbols. When combined "
252 } // namespace symbols
295 if (opts::symbols
[all...]

Completed in 333 milliseconds

1234567891011>>