Searched refs:symbol (Results 151 - 175 of 301) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/bfd/
H A Dversados.c76 #define ES_BASE 17 /* first symbol has esdid 17 */
92 int es_done; /* count of symbol index, starts at ES_BASE */
108 asymbol *rest[256 - 16]; /* per symbol info */
337 /* Just remember the symbol */
559 /* Add an entry into the symbol table for it */
731 /* Return the amount of memory needed to read the symbol table. */
740 /* Return the symbol table. */
766 versados_get_symbol_info (ignore_abfd, symbol, ret)
768 asymbol *symbol;
771 bfd_symbol_info (symbol, re
[all...]
H A Delfxx-mips.c50 /* The input bfd in which the symbol is defined. */
52 /* The index of the symbol, as stored in the relocation r_info, if
53 we have a local symbol; -1 otherwise. */
60 that should be added to the symbol value. */
63 corresponding to a global symbol in the got (or, local, if
68 corresponding to this symbol+addend. If it's a global symbol
77 /* The global symbol in the GOT with the lowest index in the dynamic
78 symbol table. */
158 /* The symbol i
1065 _bfd_mips_elf_gprel16_with_gp(bfd *abfd, asymbol *symbol, arelent *reloc_entry, asection *input_section, bfd_boolean relocatable, void *data, bfd_vma gp) argument
1171 _bfd_mips_elf_got16_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1192 _bfd_mips_elf_lo16_reloc(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void *data, asection *input_section, bfd *output_bfd, char **error_message) argument
1241 _bfd_mips_elf_generic_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
2968 bfd_vma symbol = 0; local
3778 mips_elf_create_dynamic_relocation(bfd *output_bfd, struct bfd_link_info *info, const Elf_Internal_Rela *rel, struct mips_elf_link_hash_entry *h, asection *sec, bfd_vma symbol, bfd_vma *addendp, asection *input_section) argument
[all...]
H A Dcoff-tic4x.c74 tic4x_relocation (abfd, reloc_entry, symbol, data, input_section,
78 asymbol *symbol ATTRIBUTE_UNUSED;
218 (_("%s: warning: illegal symbol index %ld in relocs"),
243 /* Calculate any reloc addend by looking at the symbol. */
H A Delf32-m32r.c580 the symbol. */
596 entry for the symbol. */
611 /* This is used only by the dynamic linker. The symbol should exist
613 dynamic linker copies the data addressed by the symbol from the
646 /* Marks a procedure linkage table entry for a symbol. */
709 the symbol. */
725 the symbol. */
741 the symbol. */
758 the symbol. */
775 the symbol
[all...]
H A Decoff.c101 /* symbol, */
654 /* ECOFF symbol table routines. The ECOFF symbol table is described
666 /* Create an empty symbol. */
678 new->symbol.section = (asection *) NULL;
682 new->symbol.the_bfd = abfd;
683 return &new->symbol;
686 /* Set the BFD flags and section for an ECOFF symbol. */
701 /* Most symbol types are just for debugging. */
729 /* Normally, a local stProc symbol wil
[all...]
H A Delf32-xstormy16.c33 PARAMS ((bfd *abfd, arelent *reloc_entry, asymbol *symbol,
365 xstormy16_elf_24_reloc (abfd, reloc_entry, symbol, data, input_section,
369 asymbol *symbol;
386 if (bfd_is_com_section (symbol->section))
389 relocation = symbol->value;
391 relocation += symbol->section->output_section->vma;
392 relocation += symbol->section->output_offset;
537 /* A subroutine of xstormy16_elf_relax_section. If the global symbol H
579 /* A subroutine of xstormy16_elf_relax_section. If the global symbol H
634 as we have to walk the list of input bfds and swap in symbol dat
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoffread.c1 /* Read coff symbol tables and convert to internal format, for GDB.
76 This comes from a ".text" symbol where x_nlinno > 0. */
81 /* The addresses of the symbol table stream and number of symbols
125 static struct symbol *opaque_type_chain[HASHSIZE];
127 /* Simplified internal version of coff symbol table information */
132 int c_symnum; /* symbol number of this entry */
156 static struct symbol *process_coff_symbol (struct coff_symbol *,
288 /* Return the address of the section of a COFF symbol. */
357 This is called when a COFF ".file" symbol is seen;
392 /* Finish the symbol definition
[all...]
H A Ddwarfread.c100 partial symbol table and what dbxread puts in. For example, we don't yet
102 we never see. Use the new printpsym command to see the partial symbol table
323 /* This value is added to each symbol value. FIXME: Generalize to
326 static CORE_ADDR baseaddr; /* Add to each symbol value */
341 first DIE to be accessed. When building the partial symbol
343 entire ".debug" section. When expanding a partial symbol
345 DIE for the compilation unit containing the symbol that
351 when building partial symbol tables, but used when expanding
363 /* The generic symbol table building routines have separate lists for
510 static struct symbol *new_symbo
[all...]
H A Df-valprint.c592 error ("Invalid F77 type code %d in symbol table.", TYPE_CODE (type));
627 struct symbol *func;
648 is compiled with debugging symbols, and the "foo.o" symbol
653 So look in the minimal symbol tables as well, and if it comes
700 printf_filtered ("%s = ", DEPRECATED_SYMBOL_NAME (entry->symbol));
701 print_variable_value (entry->symbol, fi, gdb_stdout);
721 struct symbol *func;
740 is compiled with debugging symbols, and the "foo.o" symbol
745 So look in the minimal symbol tables as well, and if it comes
H A Dinfcall.c460 /* Some executables define a symbol __CALL_DUMMY_ADDRESS whose
735 struct symbol *symbol = find_pc_function (funaddr); local
736 if (symbol)
737 name = SYMBOL_PRINT_NAME (symbol);
H A Dvalops.c63 struct symbol ***oload_syms,
71 struct symbol ***oload_syms,
78 struct symbol **oload_syms,
134 struct symbol *sym;
781 value_of_variable (struct symbol *var, struct block *b)
804 error ("Address of symbol \"%s\" is unknown.", SYMBOL_PRINT_NAME (var));
1840 In the case of non-method functions, the parameter FSYM is a symbol
1847 If a non-method is being searched for, SYMP will hold the symbol for it.
1859 int lax, struct value **objp, struct symbol *fsym,
1860 struct value **valp, struct symbol **sym
[all...]
H A Dstack.c162 struct symbol *func;
199 running in that frame (as a symbol), the info on the frame,
207 print_frame_args (struct symbol *func, struct frame_info *fi, int num,
213 struct symbol *sym;
276 /* We have to look up the symbol because arguments can have
283 symbol is double and the type of the LOC_LOCAL symbol is
291 struct symbol *nsym;
320 by creating a single LOC_REGPARM in symbol reading. */
541 struct symbol *fun
[all...]
H A Dada-lang.c103 static int ada_args_match (struct symbol *, struct value **, int);
120 static void add_defn_to_vec (struct obstack *, struct symbol *,
131 static struct symtab *symtab_for_sym (struct symbol *);
137 struct symbol *, struct block *);
189 static int lesseq_defined_than (struct symbol *, struct symbol *);
205 static struct symbol *standard_lookup (const char *, const struct block *,
250 /* The name of the symbol to use to get the name of the main subprogram. */
618 (the main program is in Ada iif the adainit symbol is found).
645 string constant, generated by the binder. Look for that symbol,
[all...]
H A Dax-gdb.c65 static struct value *const_var_ref (struct symbol *var);
80 static void gen_sym_offset (struct agent_expr *, struct symbol *);
82 struct axs_value *value, struct symbol *var);
163 const_var_ref (struct symbol *var)
203 struct value *v = const_var_ref ((*pc)[2].symbol);
460 /* Generating bytecode from GDB expressions: symbol references */
514 /* In many cases, a symbol's value is the offset from some other
518 gen_sym_offset (struct agent_expr *ax, struct symbol *var)
525 symbol VAR. Set VALUE to describe the result. */
528 gen_var_ref (struct agent_expr *ax, struct axs_value *value, struct symbol *va
[all...]
H A Dada-exp.c53 /* Put the tokens into the symbol table, so that GDB and other debuggers
169 as well as gratuitiously global symbol names, so we can have multiple
218 struct symbol *sym;
238 static void write_object_renaming (struct block *, struct symbol *, int);
422 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
429 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
466 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
539 /* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
573 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
893 symbol o
[all...]
H A Dc-exp.y57 as well as gratuitiously global symbol names, so we can have multiple
133 struct symbol *sym;
170 and a NAME is any other symbol.
181 /* A NAME_OR_INT is a symbol which is not known in the symbol table,
567 { struct symbol *tem
578 { struct symbol *sym;
583 error ("No symbol \"%s\" in specified context.",
636 struct symbol *sym;
661 error ("No symbol tabl
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Doasys.h187 oasys_symbol_record_type symbol; member in union:oasys_record_union
H A Dbfdlink.h101 require a traversal. When an undefined or common symbol is
105 doublecheck the symbol type.
111 undefined symbol list, the symbol has been referenced. If the
112 symbol is undefined and becomes defined, this field will
113 automatically be non-NULL since the symbol will have been on the
114 undefined symbol list. */
116 bfd *abfd; /* BFD symbol was found in. */
129 struct bfd_link_hash_entry *link; /* Real symbol. */
138 which the symbol shoul
635 const char *symbol; member in struct:bfd_elf_version_expr
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dmatch.S181 # define GLOBAL(symbol) global symbol
215 # define GLOBAL(symbol) .globl symbol
/haiku-fatelf/src/bin/zip/
H A Dmatch.S208 # define GLOBAL(symbol) global symbol
242 # define GLOBAL(symbol) .globl symbol
/haiku-fatelf/src/system/boot/loader/
H A Delf.cpp57 static status_t Resolve(ImageType* image, SymType* symbol,
432 ELFLoader<Class>::Resolve(ImageType* image, SymType* symbol, argument
435 switch (symbol->st_shndx) {
441 *symbolAddress = symbol->st_value;
445 TRACE(("elf_resolve_symbol: COMMON symbol, finish me!\n"));
448 // standard symbol
449 *symbolAddress = symbol->st_value + image->text_region.delta;
482 // find symbol table in section headers
494 // read in symbol table
505 TRACE(("error reading in symbol tabl
860 boot_elf_resolve_symbol(preloaded_elf32_image* image, struct Elf32_Sym* symbol, Elf32_Addr* symbolAddress) argument
869 boot_elf_resolve_symbol(preloaded_elf64_image* image, struct Elf64_Sym* symbol, Elf64_Addr* symbolAddress) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp494 // set string to a valid start of the equation symbol
503 // search the (in)equation for the actual equation symbol (and for other operators
522 // first character of the equation symbol
524 // test for the right symbol (as this doesn't need any memory)
549 // lets change "start" to point to the first character after the symbol
1313 const char* symbol = "???";
1315 case OP_EQUAL: symbol = "=="; break;
1316 case OP_UNEQUAL: symbol = "!="; break;
1317 case OP_GREATER_THAN: symbol = ">"; break;
1318 case OP_GREATER_THAN_OR_EQUAL: symbol
[all...]
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-cmd-stack.c228 struct symbol *sym;
284 struct symbol *sym2;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DQuery.cpp488 // set string to a valid start of the equation symbol
496 // search the (in)equation for the actual equation symbol (and for other operators
514 // character of the equation symbol
516 // test for the right symbol (as this doesn't need any memory)
538 // lets change "start" to point to the first character after the symbol
1277 char *symbol = "???";
1279 case OP_EQUAL: symbol = "=="; break;
1280 case OP_UNEQUAL: symbol = "!="; break;
1281 case OP_GREATER_THAN: symbol = ">"; break;
1282 case OP_GREATER_THAN_OR_EQUAL: symbol
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DQuery.cpp656 // set string to a valid start of the equation symbol
664 // search the (in)equation for the actual equation symbol (and for other operators
682 // character of the equation symbol
684 // test for the right symbol (as this doesn't need any memory)
706 // lets change "start" to point to the first character after the symbol
1403 char *symbol = "???";
1405 case OP_EQUAL: symbol = "=="; break;
1406 case OP_UNEQUAL: symbol = "!="; break;
1407 case OP_GREATER_THAN: symbol = ">"; break;
1408 case OP_GREATER_THAN_OR_EQUAL: symbol
[all...]

Completed in 381 milliseconds

1234567891011>>