Searched refs:symbol (Results 251 - 275 of 301) sorted by relevance

<<111213

/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp686 void *symbol; local
689 B_SYMBOL_TYPE_ANY, &symbol) != B_OK) {
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-s390.c371 s390_tls_reloc (abfd, reloc_entry, symbol, data, input_section,
375 asymbol *symbol ATTRIBUTE_UNUSED;
388 s390_elf_ldisp_reloc (abfd, reloc_entry, symbol, data, input_section,
392 asymbol *symbol;
403 && (symbol->flags & BSF_SECTION_SYM) == 0
417 relocation = (symbol->value
418 + symbol->section->output_section->vma
419 + symbol->section->output_offset);
494 28(15) = Offset in symbol table
512 .long ? # 4 bytes offset into symbol tabl
[all...]
H A Delf64-s390.c393 s390_tls_reloc (abfd, reloc_entry, symbol, data, input_section,
397 asymbol *symbol ATTRIBUTE_UNUSED;
410 s390_elf_ldisp_reloc (abfd, reloc_entry, symbol, data, input_section,
414 asymbol *symbol;
425 && (symbol->flags & BSF_SECTION_SYM) == 0
438 relocation = (symbol->value
439 + symbol->section->output_section->vma
440 + symbol->section->output_offset);
513 28(15) = Offset in symbol table
523 .long ? # 4 bytes offset into symbol tabl
[all...]
H A Dxsym.c1 /* xSYM symbol-file support for BFD.
107 bfd_sym_print_symbol (abfd, afile, symbol, how)
110 asymbol *symbol ATTRIBUTE_UNUSED;
2404 bfd_sym_get_symbol_info (abfd, symbol, ret)
2406 asymbol *symbol;
2409 bfd_symbol_info (symbol, ret);
H A Delf32-arm.h126 decides to copy in check_relocs for each symbol. This is so that
132 have copied for a given symbol. */
148 /* Number of PC relative relocs copied for this symbol. */
656 /* Allocate another symbol to mark where we switch to Arm mode. */
847 /* If the relocation is not against a symbol it cannot concern us. */
854 /* This is an external symbol. */
859 /* If the relocation is against a static symbol it must be within
1309 will use the symbol's value, which may point to a PLT entry, but we
1396 /* This symbol is local, or marked to become local. */
1405 /* If this reloc is against an external symbol, w
[all...]
H A Delf32-ppc.c89 /* pointer to the created symbol hash value */
91 /* offset of symbol from beginning of section */
96 symbol lists, and provides allows us to return different pointers,
101 /* next allocated pointer for this symbol */
118 sections added. This is index by the symbol index. */
141 decides to copy as dynamic relocs in check_relocs for each symbol.
166 /* If this symbol is used in the linker created sections, the processor
171 /* Track dynamic relocs copied for this symbol. */
174 /* Contexts in which symbol is used in the GOT (or TOC).
573 symbol
2152 ppc_elf_addr16_ha_reloc(bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, asymbol *symbol, void *data ATTRIBUTE_UNUSED, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED) argument
2186 ppc_elf_unhandled_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
H A Dxcofflink.c61 /* For each reloc against a global symbol whose index was not known
64 /* If there is a TOC relative reloc against a global symbol, and the
65 index of the TOC symbol is not known when the reloc was handled,
83 /* Hash table for long symbol names. */
88 /* Symbol index of last C_FILE symbol (-1 if none). */
90 /* Contents of last C_FILE symbol. */
92 /* Symbol index of TOC symbol. */
271 symbuf->symbol.the_bfd = abfd;
274 symbuf->symbol.name = strings + ldsym._l._l_l._l_offset;
284 symbuf->symbol
[all...]
H A Dbfd-in.h254 /* General purpose part of a symbol X;
267 /* A canonical archive symbol. */
343 /* Information about a symbol that nm needs. */
864 section is associated with a particular symbol. When the linker
866 given name and associated with a given symbol. */
870 /* The name of the symbol associated with a comdat section. */ member in struct:coff_comdat_info
873 /* The local symbol table index of the symbol associated with a
877 long symbol;
H A Dlibaout.h106 /* Whether this symbol has been written out. */
185 adding a single symbol to the global linker hash table. */
195 /* Called for each global symbol being written out by the linker.
196 This should write out the dynamic symbol information. */
230 bfd_vma a_syms; /* Length of symbol table data in file. */
345 asymbol symbol;
373 /* Size of a symbol table entry in external form. */
410 /* The external symbol information. */
423 table, used when linking on SunOS. This is indexed by the symbol
343 asymbol symbol; member in struct:aout_symbol
H A Delf32-xtensa.c480 /* PLT entries are actually used as stub functions for lazy symbol
481 resolution. Once the symbol is resolved, the stub function is never
510 /* Check if we should do dynamic things to this symbol. The
779 (*_bfd_error_handler) (_("%B: bad symbol index: %d"),
810 /* If this relocation is against a local symbol, then it's
844 /* This is a global offset table entry for a local symbol. */
1159 /* Adjust a symbol defined by a dynamic object and referenced by a
1169 /* If this is a weak symbol, and there is a real definition, the
1181 /* This is a reference to a symbol defined by a dynamic object. The
1835 asymbol *symbol,
1827 bfd_elf_xtensa_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-cmds.c556 struct symbol *sym;
626 symbol which means no source code. */
661 struct symbol *sym;
701 error ("No symbol table is loaded. Use the \"file\" command.");
793 and it does not imply a symtab, it must be an undebuggable symbol
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhppa-hpux-tdep.c137 minimal symbol table. If that fails, then assume we are not in a
141 section containing the minimal symbol we found in the first
261 We use unwinds and information from the minimal symbol table to
311 symbol information, which reports this guy as a stub.
313 partial symbol information is also wrong sometimes. This is because
315 if the type of the symbol (from the som) is Entry, and the symbol is
319 its minimal symbol can be assigned type mst_solib_trampoline.
320 Also, if we find that the symbol is a real stub, then we fix the unwind
340 /* go look if there is another minimal symbol wit
[all...]
H A Dvalues.c327 Must be done when new symbol tables are loaded,
810 struct symbol *sym = lookup_symbol (phys_name, 0, VAR_DOMAIN, 0, NULL);
970 We only use the symbol for its address, so be happy with either a
971 full symbol or a minimal symbol.
981 struct symbol *sym;
H A Darm-tdep.c81 /* Macros for setting and testing a bit in a minimal symbol that marks
82 it as Thumb function. The MSB of the minimal symbol's "info" field
86 MSYMBOL_IS_SPECIAL Tests the "special" bit in a minimal symbol. */
380 /* See what the symbol table says. */
384 struct symbol *sym;
401 /* Can't find the prologue end in the symbol table, try it the hard way
691 the symbol table, peek in the stack frame to find the PC. */
733 /* We have no symbol information. Our only option is to assume this
1868 /* Create a fake symbol vector containing a Thumb symbol
[all...]
H A Dada-typeprint.c125 ada_typedef_print (struct type *type, struct symbol *new,
H A Dcp-valprint.c76 struct symbol *sym;
H A Dobjfiles.c58 struct objfile *current_objfile; /* For symbol file being read in */
59 struct objfile *symfile_objfile; /* Main symbol table loaded from */
119 /* objfile->sections can be already set when reading a mapped symbol
157 /* If we don't support mapped symbol files, didn't ask for the file to be
263 /* Create the terminating entry of OBJFILE's minimal symbol table.
373 FIXME: If the objfile is using reusable symbol information (via mmalloc),
375 may be using the symbol information at the same time (when mmalloc is
377 is using the mapped symbol info, we need to be more careful about when
395 /* First do any symbol file specific actions required when we are
396 finished with a particular symbol fil
[all...]
H A Dsolib-frv.c205 /* Cached dynamic symbol table and dynamic relocs initialized and
235 bfd_lookup_symbol -- lookup the value for a specific symbol
243 An expensive way to lookup the value of a single symbol for
249 such symbol).
287 /* Look for the symbol in the dynamic string table too. */
326 If no open symbol file, attempt to locate and open the main symbol
506 /* Return 1 if PC lies in the dynamic symbol resolution code of the
570 On the FR-V, using the shared library (FDPIC) ABI, the symbol
611 into the old breakpoint at symbol cod
[all...]
H A Dxstormy16-tdep.c414 struct symbol *sym;
435 /* No useable line symbol. Use result of prologue parsing method. */
439 /* No function symbol -- just return the PC. */
/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh855 # Add the symbol object into the linking commands.
896 $echo "$modename: symbol file \`$arg' does not exist"
1803 $show "extracting exported symbol list from \`$soname'"
1966 echo "*** However, this would only work if libtool was able to extract symbol"
2706 echo "*** However, this would only work if libtool was able to extract symbol"
2847 $show "generating symbol list for \`$libname.la'"
3286 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
3296 /* External symbol declarations for the compiler. */\
3300 $show "generating symbol list for \`$output'"
3304 # Add our own program objects to the symbol lis
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcsbase.h343 * Data structures for the symbol table
402 char const * symbol; member in struct:assoc
H A Drcsrev.c662 if (strcmp(id, next->symbol)==0)
H A Drcsedit.c1760 if (strcmp(name, next->symbol) == 0)
1773 next->symbol = name;
/haiku-fatelf/src/bin/gdb/
H A Dltmain.sh912 # Add the symbol object into the linking commands.
953 $echo "$modename: symbol file \`$arg' does not exist"
2083 $show "extracting exported symbol list from \`$soname'"
2246 echo "*** However, this would only work if libtool was able to extract symbol"
2990 echo "*** However, this would only work if libtool was able to extract symbol"
3131 $show "generating symbol list for \`$libname.la'"
3654 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
3664 /* External symbol declarations for the compiler. */\
3668 $show "generating symbol list for \`$output'"
3672 # Add our own program objects to the symbol lis
[all...]
/haiku-fatelf/src/system/kernel/
H A Dheap.cpp827 const char *symbol; local
832 if (elf_debug_lookup_symbol_address(info.caller, &baseAddress, &symbol,
834 kprintf(" %s + 0x%lx (%s)%s\n", symbol,

Completed in 232 milliseconds

<<111213