Searched refs:symbol (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/system/
H A Dsymbol_versioning.h12 # define DEFINE_LIBROOT_KERNEL_SYMBOL_VERSION(function, symbol, version) \
13 B_DEFINE_SYMBOL_VERSION(function, symbol "KERNEL_" version)
15 # define DEFINE_LIBROOT_KERNEL_SYMBOL_VERSION(function, symbol, version) \
16 B_DEFINE_SYMBOL_VERSION(function, symbol "LIBROOT_" version)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.h30 struct symbol;
42 struct symbol
81 /* Define a structure for the information that is common to all symbol types,
84 be recorded along with each symbol. */
90 /* Name of the symbol. This is a required field. Storage for the
98 /* Value of the symbol. Which member of this union to use, and what
99 it means, depends on what kind of symbol this is and its
119 struct symbol *chain;
137 /* Record the source code language that applies to this symbol.
143 /* Which section is this symbol i
601 struct symbol struct
1360 struct symbol *symbol; member in struct:symbol_search
[all...]
H A Ddictionary.h1 /* Routines for name->symbol lookups in GDB.
35 struct symbol;
76 the most common parts of the interface, namely symbol lookup, are
84 /* Add a symbol to an expandable dictionary. */
86 extern void dict_add_symbol (struct dictionary *dict, struct symbol *sym);
104 struct symbol *current;
107 /* Initialize ITERATOR to point at the first symbol in DICT, and
108 return that first symbol, or NULL if DICT is empty. */
110 extern struct symbol *dict_iterator_first (const struct dictionary *dict,
113 /* Advance ITERATOR, and return the next symbol, o
[all...]
H A Ddictionary.c1 /* Routines for name->symbol lookups in GDB.
114 /* Add a symbol to a dictionary, if possible. */
115 void (*add_symbol) (struct dictionary *dict, struct symbol *sym);
117 struct symbol *(*iterator_first) (const struct dictionary *dict,
119 struct symbol *(*iterator_next) (struct dict_iterator *iterator);
121 struct symbol *(*iter_name_first) (const struct dictionary *dict,
124 struct symbol *(*iter_name_next) (const char *name,
138 struct symbol **buckets;
145 struct symbol **buckets;
154 struct symbol **sym
[all...]
H A Dcp-support.h33 struct symbol;
65 extern struct symbol **make_symbol_overload_list (const char *,
88 extern void cp_set_block_scope (const struct symbol *symbol,
92 extern void cp_scan_for_anonymous_namespaces (const struct symbol *symbol);
94 extern struct symbol *cp_lookup_symbol_nonlocal (const char *name,
100 extern struct symbol *cp_lookup_symbol_namespace (const char *namespace,
H A Dbuildsym.h1 /* Build symbol tables in GDB's internal format.
26 struct symbol;
29 the symbol table. These routines are called from various symbol-
49 /* Name of source file whose symbol data we are now processing. This
50 comes from a symbol of type N_SO. */
55 comes from the N_SO symbol. */
105 struct symbol *symbol[PENDINGSIZE]; member in struct:pending
145 struct symbol *nam
[all...]
H A Ddwarf2loc.c45 symbol baton (BATON) and a pc value (PC), find the appropriate
155 struct symbol *framefunc;
204 dwarf2_evaluate_loc_desc (struct symbol *var, struct frame_info *frame,
352 dwarf2_tracepoint_var_ref (struct symbol * symbol, struct agent_expr * ax,
358 SYMBOL_PRINT_NAME (symbol));
384 error ("Unexpected opcode after DW_OP_fbreg for symbol \"%s\".",
385 SYMBOL_PRINT_NAME (symbol));
398 SYMBOL_PRINT_NAME (symbol));
405 locexpr_read_variable (struct symbol *symbo
351 dwarf2_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value, unsigned char *data, int size) argument
403 locexpr_read_variable(struct symbol *symbol, struct frame_info *frame) argument
415 locexpr_read_needs_frame(struct symbol *symbol) argument
423 locexpr_describe_location(struct symbol *symbol, struct ui_file *stream) argument
481 locexpr_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value) argument
505 loclist_read_variable(struct symbol *symbol, struct frame_info *frame) argument
524 loclist_read_needs_frame(struct symbol *symbol) argument
537 loclist_describe_location(struct symbol *symbol, struct ui_file *stream) argument
547 loclist_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value) argument
[all...]
H A Dstabsread.h44 EXTERN struct symbol *global_sym_chain[HASHSIZE];
66 /* Support for Sun changes to dbx symbol format */
83 The INSTANCE field appears in the N_BINCL and N_EXCL symbol table and is
138 extern struct symbol *define_symbol (CORE_ADDR, char *, int, int,
202 extern void ref_add (int, struct symbol *, char *, CORE_ADDR);
204 extern struct symbol *ref_search (int);
H A Dsymmisc.c1 /* Do various things to symbol tables (other than lookup), for GDB.
79 struct symbol *symbol; member in struct:print_symbol_args
99 struct symbol *sym;
114 and some share the contents of another symbol table and so you should
177 print_bcache_statistics (objfile->psymbol_cache, "partial symbol cache");
225 printf_filtered (" Number of symbol tables: %d\n", i);
226 printf_filtered (" Number of symbol tables with line tables: %d\n",
228 printf_filtered (" Number of symbol tables with blockvectors: %d\n",
368 warning ("internal error: minimal symbol coun
592 struct symbol *symbol = ((struct print_symbol_args *) args)->symbol; local
[all...]
H A Dxcoffread.c1 /* Read AIX xcoff symbol tables and convert to internal format, for GDB.
68 /* First symbol number for this file. */
72 /* Number of symbols in the section of the symbol table devoted to
90 /* Simplified internal version of coff symbol table information */
95 int c_symnum; /* symbol number of this entry */
103 /* last function's saved coff symbol `cs' */
111 symbol. */
120 /* initial symbol-table-debug-string vector length */
129 /* Size of a COFF symbol. I think it is always 18, so I'm not sure
146 /* Pointer to the a.out symbol tabl
868 struct internal_syment symbol; local
915 struct internal_syment symbol[1]; local
1312 struct internal_syment symbol; local
1596 read_symbol(struct internal_syment *symbol, int symno) argument
1621 struct internal_syment symbol[1]; local
1643 struct internal_syment symbol[1]; local
2070 swap_sym(struct internal_syment *symbol, union internal_auxent *aux, char **name, char **raw, unsigned int *symnump, struct objfile *objfile) argument
2149 struct internal_syment symbol; local
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dshlib-compat.h1 /* Macros for managing ABI-compatibility definitions using ELF symbol versions.
60 This will define the symbol `foo' with the appropriate default version,
64 # define versioned_symbol(lib, local, symbol, version) \
65 versioned_symbol_1 (local, symbol, VERSION_##lib##_##version)
66 # define versioned_symbol_1(local, symbol, name) \
67 default_symbol_version (local, symbol, name)
69 # define compat_symbol(lib, local, symbol, version) \
70 compat_symbol_1 (local, symbol, VERSION_##lib##_##version)
71 # define compat_symbol_1(local, symbol, name) \
72 symbol_version (local, symbol, nam
[all...]
H A Dlibc-symbols.h2 and for using symbol sets and linker warnings with GNU ld.
35 and for symbol set and warning messages extensions in a.out and ELF.
45 with other packages also tests this symbol to see if it is being
118 /* Declare SYMBOL as weak undefined symbol (resolved to 0 if not defined). */
119 # define weak_extern(symbol) _weak_extern (weak symbol)
125 # define weak_extern(symbol) /* Nothing. */
175 # define weak_extern(symbol) \
176 .weakext C_SYMBOL_NAME (symbol)
192 # define weak_extern(symbol) \
[all...]
/haiku-fatelf/src/bin/gawk/
H A Darray.c45 static NODE *assoc_find P((NODE *symbol, NODE *subs, int hash1));
46 static void grow_table P((NODE *symbol));
81 get_actual(NODE *symbol, int canfatal) argument
83 int isparam = (symbol->type == Node_param_list
84 && (symbol->flags & FUNC) == 0);
85 NODE *save_symbol = symbol;
88 save_symbol = symbol = stack_ptr[symbol->param_cnt];
89 if (symbol->type == Node_array_ref)
90 symbol
137 array_vname(register const NODE *symbol) argument
303 assoc_clear(NODE *symbol) argument
414 assoc_find(NODE *symbol, register NODE *subs, int hash1) argument
445 in_array(NODE *symbol, NODE *subs) argument
479 assoc_lookup(NODE *symbol, NODE *subs, int reference) argument
565 register NODE *symbol = get_array(sym); local
643 do_delete_loop(NODE *symbol, NODE *tree) argument
674 grow_table(NODE *symbol) argument
763 assoc_dump(NODE *symbol) argument
831 dup_table(NODE *symbol, NODE *newsymb) argument
965 assoc_from_list(NODE *symbol, NODE *list) argument
1002 assoc_sort_inplace(NODE *symbol, ASORT_TYPE how) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/config/alpha/
H A Dtm-alpha.h32 struct symbol;
34 /* Special symbol found in blocks associated with routines. We can hang
38 extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR);
63 a frame. The PC is looked up to see what function it's in; symbol
/haiku-fatelf/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp67 patch_defined_symbol(image_t* image, const char* name, void** symbol, argument
71 while (patcher != NULL && *symbol != 0) {
74 symbol, type);
82 image_t** foundInImage, void** symbol, int32* type)
85 patch_defined_symbol(*foundInImage, name, symbol, type);
90 symbol, type);
109 elf_sym* symbol = &image->syms[i]; local
111 if (symbol->st_shndx != SHN_UNDEF
112 && ((symbol->Bind() == STB_GLOBAL)
113 || (symbol
81 patch_undefined_symbol(image_t* rootImage, image_t* image, const char* name, image_t** foundInImage, void** symbol, int32* type) argument
222 elf_sym* symbol = find_symbol(image, lookupInfo); local
254 elf_sym* symbol = find_symbol(image, lookupInfo); local
316 elf_sym* symbol = find_symbol(image, lookupInfo); local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/debugger/
H A Dgcc2_demangle_test.cpp18 const char* symbol = demangle_symbol_gcc2(argv[i], name, sizeof(name), local
20 if (symbol == NULL) {
25 printf("%s (%s method)\n", symbol, isObjectMethod ? "object" : "class");
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICULocaleconvData.cpp24 char* destination, FormatSymbol symbol, const char* defaultValue)
28 UnicodeString symbolString = formatSymbols->getSymbol(symbol);
23 _SetLocaleconvEntry(const DecimalFormatSymbols* formatSymbols, char* destination, FormatSymbol symbol, const char* defaultValue) argument
/haiku-fatelf/src/apps/debugger/debug_info/
H A DSpecificImageDebugInfo.cpp37 for (int32 i = 0; SymbolInfo* symbol = symbols.ItemAt(i); i++) {
38 if (symbol->Type() != B_SYMBOL_TYPE_TEXT)
42 info, symbol->Address(), symbol->Size(), symbol->Name(),
43 Demangler::Demangle(symbol->Name()));
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-dlx.c198 /* High 16 bits of symbol value. */
214 /* Low 16 bits of symbol value. */
248 _bfd_dlx_elf_hi16_reloc (abfd, reloc_entry, symbol, data,
252 asymbol *symbol;
268 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
271 /* If we're relocating, and this an external symbol, we don't want
274 && (symbol->flags & BSF_SECTION_SYM) == 0
283 if (bfd_is_und_section (symbol->section)
293 printf ("DEBUG: The symbol = 0x%08x\n", vallo);
294 printf ("DEBUG: The symbol nam
[all...]
H A Dvms-gsd.c280 asymbol *symbol; local
382 /* global section is common symbol */
392 symbol = entry->symbol;
394 symbol->value = 0;
395 symbol->section = section;
396 symbol->flags = (BSF_GLOBAL|BSF_SECTION_SYM|BSF_OLD_COMMON);
461 * symbol specification (definition or reference)
486 if (old_flags & GSY_S_M_DEF) /* symbol definition */
493 if (old_flags & GSY_S_M_DEF) /* symbol definitio
730 asymbol *symbol; local
[all...]
H A Delf32-or32.c281 or32_elf_32_reloc (abfd, reloc_entry, symbol, data, input_section,
285 asymbol *symbol;
299 insn += symbol->section->output_section->vma;
300 insn += symbol->section->output_offset;
301 insn += symbol->value;
311 or32_elf_16_reloc (abfd, reloc_entry, symbol, data, input_section,
315 asymbol *symbol;
329 insn += symbol->section->output_section->vma;
330 insn += symbol->section->output_offset;
331 insn += symbol
[all...]
H A Delf32-d30v.c37 asymbol *symbol,
45 asymbol *symbol,
254 bfd_elf_d30v_reloc (abfd, reloc_entry, symbol, data, input_section, output_bfd, error_message)
257 asymbol *symbol;
281 r = bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
287 if (bfd_is_und_section (symbol->section)
288 && (symbol->flags & BSF_WEAK) == 0
299 /* Get symbol value. (Common symbols are special.) */
300 if (bfd_is_com_section (symbol->section))
303 relocation = symbol
[all...]
/haiku-fatelf/src/bin/debug/profile/
H A DSharedImage.cpp41 // we need a temporary symbol lookup context
45 fprintf(stderr, "%s: Failed to create symbol lookup context "
50 // TODO: Creating a symbol lookup just for loading the symbols of a single
53 // create a symbol iterator
58 fprintf(stderr, "Failed to init symbol iterator for image %ld: %s\n",
78 // create a symbol iterator
82 fprintf(stderr, "Failed to init symbol iterator for \"%s\": %s\n",
113 const Symbol* symbol = fSymbols[lower]; local
114 if (address >= symbol->base && address < symbol
140 Symbol* symbol = new(std::nothrow) Symbol(this, local
[all...]
/haiku-fatelf/headers/private/libroot/locale/
H A DICULocaleconvData.h28 char* destination, FormatSymbol symbol,
/haiku-fatelf/src/kits/locale/
H A DCurrency.cpp5 static const char *kArchivedDefaultSymbol = "be:default symbol";
106 BCurrency::GetSymbol(char *symbol, size_t maxSize, BLocale *locale) argument
111 if (symbol == NULL)
113 // TODO: get symbol from locale
114 // fall back to the default symbol
117 strcpy(symbol, fDefaultSymbol.String());
123 BCurrency::GetSymbol(BString *symbol, BLocale *locale) argument
128 if (symbol == NULL)
130 // TODO: get symbol from locale
131 // fall back to the default symbol
[all...]

Completed in 262 milliseconds

1234567891011>>