Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/mirbsd/src/distrib/lists/x11/xetc/
Dmi210 ./etc/X11/xkb/symbols
211 ./etc/X11/xkb/symbols.dir
212 ./etc/X11/xkb/symbols/README
213 ./etc/X11/xkb/symbols/al
214 ./etc/X11/xkb/symbols/altwin
215 ./etc/X11/xkb/symbols/am
216 ./etc/X11/xkb/symbols/apple
217 ./etc/X11/xkb/symbols/ar
218 ./etc/X11/xkb/symbols/az
219 ./etc/X11/xkb/symbols/be
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Drdcoff.c135 parse_coff_type (bfd *abfd, struct coff_symbols *symbols, in parse_coff_type() argument
150 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
156 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
184 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
187 parse_coff_base_type (abfd, symbols, in parse_coff_type()
225 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype, in parse_coff_type()
232 parse_coff_base_type (bfd *abfd, struct coff_symbols *symbols, in parse_coff_base_type() argument
322 ret = parse_coff_struct_type (abfd, symbols, types, ntype, pauxent, in parse_coff_base_type()
335 ret = parse_coff_struct_type (abfd, symbols, types, ntype, pauxent, in parse_coff_base_type()
349 ret = parse_coff_enum_type (abfd, symbols, types, pauxent, dhandle); in parse_coff_base_type()
[all …]
/mirbsd/src/sys/dev/microcode/ncr53cxxx/
Dncr53cxxx.c120 } symbols[MAXSYMBOLS]; variable
344 if (symbols[i].type == S_ABSOLUTE) in emit_symbols()
346 else if (symbols[i].type == S_RELATIVE) in emit_symbols()
348 else if (symbols[i].type == S_EXTERNAL) in emit_symbols()
350 else if (symbols[i].flags & F_ENTRY) in emit_symbols()
354 fprintf (outfp, "#define\t%s%s\t0x%08x\n", code, symbols[i].name, in emit_symbols()
355 symbols[i].value); in emit_symbols()
356 if (symbols[i].flags & F_ENTRY || symbols[i].patchlist == NULL) in emit_symbols()
358 fprintf (outfp, "unsigned long %s%s_Used[] = {\n", code, symbols[i].name); in emit_symbols()
360 p = symbols[i].patchlist; in emit_symbols()
[all …]
/mirbsd/src/sys/dev/microcode/siop/
Dncr53cxxx.c130 } symbols[MAXSYMBOLS]; variable
505 if ((symbols[i].flags & F_DEFINED) == 0 && in emit_symbols()
506 symbols[i].type != S_EXTERNAL) { in emit_symbols()
508 symbols[i].name); in emit_symbols()
510 if (symbols[i].type == S_ABSOLUTE) in emit_symbols()
512 else if (symbols[i].type == S_RELATIVE) in emit_symbols()
514 else if (symbols[i].type == S_EXTERNAL) in emit_symbols()
516 else if (symbols[i].flags & F_ENTRY) in emit_symbols()
520 fprintf (outfp, "#define\t%s%s\t0x%08x\n", code, symbols[i].name, in emit_symbols()
521 symbols[i].value); in emit_symbols()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dlinker.texi11 routines. The second routine adds the symbols from an object
15 does not need to know anything about the symbols in the object
18 the details of symbols and relocs.
75 @subsection Adding symbols to the hash table
93 * Adding symbols from an object file::
94 * Adding symbols from an archive::
97 @node Differing file formats, Adding symbols from an object file, Adding Symbols to the Hash Table,…
131 @node Adding symbols from an object file, Adding symbols from an archive, Differing file formats, A…
132 @subsubsection Adding symbols from an object file
134 file, it must add all externally visible symbols in that
[all …]
Dsyms.texi21 output symbols, the application provides BFD with a table of
34 @subsection Reading symbols
65 All storage for the symbols themselves is in an objalloc
69 @subsection Writing symbols
72 pointers to pointers to symbols to the BFD being written, and
117 Mini symbols provide read-only access to the symbol table.
122 The @code{bfd_read_minisymbols} function will read the symbols
150 instead, except that some symbols point to the global sections
200 STT_SECTION symbols. */
230 /* BSF_FILE marks symbols that contain a file name. This is used
[all …]
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dsh64-dis.c404 && info->symbols != NULL in print_insn_shmedia()
405 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour in print_insn_shmedia()
406 && ! bfd_is_und_section (bfd_get_section (info->symbols[0])) in print_insn_shmedia()
407 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0]))) in print_insn_shmedia()
408 section = bfd_get_section (info->symbols[0]); in print_insn_shmedia()
471 if (info->symbols != NULL in sh64_get_contents_type_disasm()
472 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour in sh64_get_contents_type_disasm()
473 && ! bfd_is_und_section (bfd_get_section (info->symbols[0])) in sh64_get_contents_type_disasm()
474 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0]))) in sh64_get_contents_type_disasm()
477 = sh64_get_contents_type (bfd_get_section (info->symbols[0]), in sh64_get_contents_type_disasm()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Di386lynx.c311 cache_ptr->sym_ptr_ptr = symbols + r_index; \
342 NAME(lynx,swap_ext_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
346 asymbol **symbols; variable
366 NAME(lynx,swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
370 asymbol **symbols; variable
400 NAME(lynx,slurp_reloc_table) (abfd, asect, symbols)
403 asymbol **symbols; variable
466 NAME(lynx,swap_ext_reloc_in) (abfd, rptr, cache_ptr, symbols,
478 NAME(lynx,swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols,
545 NAME(lynx,canonicalize_reloc) (abfd, section, relptr, symbols)
[all …]
Dcoff-tic30.c143 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
144 reloc_processing(relent, reloc, symbols, abfd, section)
147 reloc_processing (relent, reloc, symbols, abfd, section) in reloc_processing() argument
150 asymbol **symbols;
158 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
Dcoff-m88k.c259 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
260 reloc_processing(relent, reloc, symbols, abfd, section)
263 reloc_processing (relent, reloc, symbols, abfd, section) in reloc_processing() argument
266 asymbol **symbols;
275 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
Dhp300hpux.c644 MY (swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
648 asymbol **symbols; variable
723 MY (slurp_reloc_table) (abfd, asect, symbols)
726 asymbol **symbols; variable
789 MY (swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols,
811 asymbol ** symbols));
846 MY (canonicalize_reloc) (abfd, section, relptr, symbols)
850 asymbol **symbols; variable
855 return aout_32_canonicalize_reloc (abfd, section, relptr, symbols);
857 if (!(tblptr || MY (slurp_reloc_table) (abfd, section, symbols)))
Dcoff-h8500.c144 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
145 reloc_processing(relent, reloc, symbols, abfd, section)
147 static void reloc_processing (relent, reloc, symbols, abfd, section) in reloc_processing() argument
150 asymbol ** symbols;
158 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
Dversados.c68 asymbol *symbols; /* Pointer to local symbols. */ member
156 tdata->symbols = NULL; in versados_mkobject()
175 asymbol *n = VDATA (abfd)->symbols + snum; in versados_new_symbol()
527 VDATA (abfd)->symbols = bfd_alloc (abfd, amt); in versados_scan()
532 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0) in versados_scan()
545 asymbol *s = VDATA (abfd)->symbols + j; in versados_scan()
702 for (i = 0, s = VDATA (abfd)->symbols; in versados_canonicalize_symtab()
752 asymbol **symbols) in versados_canonicalize_reloc() argument
777 src[count].sym_ptr_ptr = symbols + esdid - ES_BASE; in versados_canonicalize_reloc()
Dcoff-w65.c91 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
92 reloc_processing(relent, reloc, symbols, abfd, section)
95 reloc_processing (relent, reloc, symbols, abfd, section) in reloc_processing() argument
98 asymbol ** symbols;
106 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
Dreloc16.c245 symbols) in bfd_coff_reloc16_get_relocated_section_contents() argument
251 asymbol **symbols;
269 symbols);
283 symbols);
Dcoff-z8k.c134 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
135 reloc_processing(relent, reloc, symbols, abfd, section)
140 asymbol **symbols, in reloc_processing() argument
148 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx]; in reloc_processing()
Dvms.c824 vms_canonicalize_symtab (bfd * abfd, asymbol **symbols) in vms_canonicalize_symtab() argument
834 PRIV (symcache) = symbols; in vms_canonicalize_symtab()
837 symbols[PRIV (gsd_sym_count)] = NULL; in vms_canonicalize_symtab()
962 asymbol **symbols ATTRIBUTE_UNUSED, in vms_find_nearest_line()
970 abfd, section->name, symbols, (long int)offset); in vms_find_nearest_line()
1061 asymbol **symbols ATTRIBUTE_UNUSED) in vms_canonicalize_reloc()
1421 asymbol **symbols ATTRIBUTE_UNUSED) in vms_bfd_get_relocated_section_contents()
1425 abfd, link_info, link_order, data, (relocatable)?"True":"False", symbols); in vms_bfd_get_relocated_section_contents()
1551 asymbol **symbols ATTRIBUTE_UNUSED) in vms_canonicalize_dynamic_symtab()
1575 asymbol **symbols ATTRIBUTE_UNUSED) in vms_canonicalize_dynamic_reloc()
/mirbsd/src/usr.bin/ipcs/
Dipcs.c670 struct nlist symbols[] = { in ipcs_kvm() local
692 switch (kvm_nlist(kd, symbols)) { in ipcs_kvm()
702 for (i = 0; symbols[i].n_name != NULL; i++) in ipcs_kvm()
703 if (symbols[i].n_value == 0) in ipcs_kvm()
704 warnx("symbol %s not found", symbols[i].n_name); in ipcs_kvm()
710 (kvm_read(kd, symbols[X_MSGINFO].n_value, in ipcs_kvm()
717 if (kvm_read(kd, symbols[X_MSQIDS].n_value, in ipcs_kvm()
720 symbols[X_MSQIDS].n_name, kvm_geterr(kd)); in ipcs_kvm()
762 (kvm_read(kd, symbols[X_SHMINFO].n_value, &shminfo, in ipcs_kvm()
769 if (kvm_read(kd, symbols[X_SHMSEGS].n_value, &addr, in ipcs_kvm()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
DLRS19 Since these extensions are gcc specific, these additional symbols and
27 range symbols:
32 or live). These symbols will later be referenced in the stabs for
34 and "range_end" to identify the range symbols which mark the beginning
40 values of symbols which would normally appear in the symbol table,
46 For efficiency, the compiler should use existing symbols as range
47 symbols whenever possible; this reduces the number of additional
48 symbols which need to be added to the symbol table.
91 range_end symbols. Eg. Two range_starts can share the same
131 New stab syntax for identifying symbols.
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DConstants.pod14 B<Locale::Constants> defines symbols which are used in
25 The symbols defined are used to specify which codes you
34 the symbols.
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-mmix.texi35 @cindex @samp{--globalize-symbols} command line option, MMIX
36 You can use the @samp{--globalize-symbols} to make all symbols global.
53 definitions of all such symbols, including rounding-mode symbols, segment
54 symbols, @samp{BIT} symbols, and @code{TRAP} symbols used in @code{mmix}
209 There's a minor caveat: just as for the ordinary local symbols, the local
210 symbols are translated into ordinary symbols using control characters are
211 to hide the ordinal number of the symbol. Unfortunately, these symbols
213 error messages when local symbols are used. Control characters
219 By defining the symbols @samp{__.MMIX.start..text} and
240 Local and global symbols can be equated to register names and used in
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/doc/
Dbinutils.texi12 * nm: (binutils)nm. List symbols from object files
19 * strip: (binutils)strip. Discard symbols
20 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols
108 List symbols from object files
129 Discard symbols
132 Demangle encoded C++ symbols (on MS-DOS, this program is named
155 * nm:: List symbols from object files
162 * strip:: Discard symbols
163 * c++filt:: Filter to demangle encoded C++ symbols
214 @command{ar} creates an index to the symbols defined in relocatable
[all …]
/mirbsd/src/usr.bin/xlint/
DREADME15 includes global symbols for the current translation unit, as well as
21 It uses the symbol table (which contains types of symbols) and almost
24 to represent the entire program; it only keeps track of the symbols
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dnw.sc10 # EXECUTABLE_SYMBOLS - symbols that must be defined for an
12 # TEXT_START_SYMBOLS - symbols that appear at the start of the
14 # DATA_START_SYMBOLS - symbols that appear at the start of the
16 # OTHER_BSS_SYMBOLS - symbols that appear at the start of the
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dld.texinfo436 compatibility with other linkers. They assign space to common symbols
456 Specifies a list of archive libraries from which symbols should not be automatically
458 @code{--exclude-libs ALL} excludes symbols in all archive libraries from
460 port of the linker and for ELF targeted ports. For i386 PE, symbols
462 option. For ELF targeted ports, symbols affected by this option will
470 When creating a dynamically linked executable, add all symbols to the
471 dynamic symbol table. The dynamic symbol table is the set of symbols
475 contain only those symbols which are referenced by some dynamic object
479 back to the symbols defined by the program, rather than some other
483 You can also use the version script to control what symbols should
[all …]

12345678910>>...13