Searched refs:symbols (Results 1 - 25 of 108) sorted by relevance

12345

/haiku-fatelf/src/system/libroot/posix/glibc/include/sys/
H A Dcdefs.h1 #include <libc-symbols.h>
/haiku-fatelf/src/apps/debugger/debug_info/
H A DSpecificImageDebugInfo.cpp25 BObjectList<SymbolInfo> symbols(20, true);
27 imageInfo.ImageID(), symbols);
31 // sort the symbols -- not necessary, but a courtesy to ImageDebugInfo which
33 symbols.SortItems(&_CompareSymbols);
37 for (int32 i = 0; SymbolInfo* symbol = symbols.ItemAt(i); i++) {
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dmkchlog147 my (%symbols);
171 $symbols{$currentfile} = {};
187 $symbols{$currentfile} = {};
195 if (! defined $symbols{$currentfile}{$revision}) {
196 $symbols{$currentfile}{$revision} = ();
198 push @{$symbols{$currentfile}{$revision}}, $name;
226 } @{$symbols{$currentfile}{$revision}};
270 my $symbols;
271 if (defined $symbols{$currentfile}{$revision}) {
272 $symbols
[all...]
/haiku-fatelf/src/bin/debug/profile/
H A DSharedImage.cpp50 // TODO: Creating a symbol lookup just for loading the symbols of a single
128 // iterate through the symbols
129 BObjectList<Symbol> symbols(512, true);
142 if (symbol == NULL || !symbols.AddItem(symbol)) {
150 // sort the symbols
151 fSymbolCount = symbols.CountItems();
157 fSymbols[i] = symbols.RemoveItemAt(i);
H A DBasicProfileResult.cpp139 // count symbols
147 // find and sort the hit symbols
154 Symbol** symbols = image->GetImage()->Symbols(); local
161 hitSymbol.symbol = symbols[i];
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dsh64-dis.c415 to getting the section from symbols, if any. */
417 && info->symbols != NULL
418 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
419 && ! bfd_is_und_section (bfd_get_section (info->symbols[0]))
420 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0])))
421 section = bfd_get_section (info->symbols[0]);
485 /* If we have symbols, we can try and get at a section from *that*. */
486 if (info->symbols != NULL
487 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
488 && ! bfd_is_und_section (bfd_get_section (info->symbols[
[all...]
H A Dmmix-dis.c89 /* Initialize register names from register symbols. If there's no
90 register section, then there are no register symbols. */
92 || (info->symbols != NULL
93 && info->symbols[0] != NULL
94 && bfd_asymbol_bfd (info->symbols[0]) != NULL))
98 : bfd_asymbol_bfd (info->symbols[0]);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-m88k.c91 /* Get symbol value. (Common symbols are special.) */
259 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
260 reloc_processing(relent, reloc, symbols, abfd, section)
263 reloc_processing (relent, reloc, symbols, abfd, section)
266 asymbol **symbols;
275 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Dcoff-tic30.c143 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
144 reloc_processing(relent, reloc, symbols, abfd, section)
147 reloc_processing (relent, reloc, symbols, abfd, section)
150 asymbol **symbols;
158 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Di386lynx.c158 r_index to the symbols index, and the r_extern bit.
160 Absolute symbols can come in in two ways, either as an offset
245 r_index to the symbols index, and the r_extern bit.
247 Absolute symbols can come in in two ways, either as an offset
304 Aout keeps all it's symbols based from zero, so the symbol would
312 cache_ptr->sym_ptr_ptr = symbols + r_index; \
343 NAME(lynx,swap_ext_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
347 asymbol **symbols;
367 NAME(lynx,swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
371 asymbol **symbols;
346 asymbol **symbols; variable
370 asymbol **symbols; variable
403 asymbol **symbols; variable
549 asymbol **symbols; variable
[all...]
H A Dliboasys.h75 asymbol *symbols; member in struct:_oasys_data
H A Dcoff-h8500.c145 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
146 reloc_processing(relent, reloc, symbols, abfd, section)
148 static void reloc_processing (relent, reloc, symbols, abfd, section)
151 asymbol ** symbols;
159 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
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));
161 PARAMS ((bfd *abfd, arelent **arel, asymbol **symbols));
345 symbol->section is filled with the section index for defined symbols
349 It has the correct value for referenced (undefined section) symbols
1058 /*-- Part 4.5, symbols --------------------------------------------------------*/
1061 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
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 Dcoff-z8k.c134 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
135 reloc_processing(relent, reloc, symbols, abfd, section)
140 asymbol **symbols,
148 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
138 reloc_processing(arelent *relent, struct internal_reloc *reloc, asymbol **symbols, bfd *abfd, asection *section) argument
H A Dcoff-tic4x.c202 tic4x_reloc_processing (relent, reloc, symbols, abfd, section)
205 asymbol **symbols;
225 relent->sym_ptr_ptr = (symbols
236 /* The symbols definitions that we have read in have been relocated
238 the symbols in the raw data have not been modified, so we have to
241 Note that symbols which used to be common must be left alone. */
H A Dcoff-i860.c463 FIXME: This macro refers to symbols and asect; these are from the
474 + (cache_ptr->sym_ptr_ptr - symbols)); \
588 asymbol **symbols, bfd *abfd, asection *asect)
617 cache_ptr->sym_ptr_ptr = (symbols
628 /* The symbols definitions that we have read in have been
630 refering to the symbols in the raw data have not been
633 Note that symbols which used to be common must be left alone. */
649 #define RELOC_PROCESSING(relent, reloc, symbols, abfd, section) \
650 i860_reloc_processing (relent, reloc, symbols, abfd, section)
587 i860_reloc_processing(arelent *cache_ptr, struct internal_reloc *dst, asymbol **symbols, bfd *abfd, asection *asect) argument
H A Dversados.c93 asymbol *symbols; /* pointer to local symbols */ member in struct:versados_data_struct
98 int ndefs; /* number of exported symbols (they dont get esdids) */
99 int nrefs; /* number of imported symbols (valid end of pass1) */
187 tdata->symbols = NULL;
207 asymbol *n = VDATA (abfd)->symbols + snum;
569 VDATA (abfd)->symbols = (asymbol *) bfd_alloc (abfd, amt);
574 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0)
578 /* Actually fill in the section symbols,
587 asymbol *s = VDATA (abfd)->symbols
[all...]
H A Dmipsbsd.c130 file header, symbols, and relocation. */
340 MY(canonicalize_reloc) (abfd, section, relptr, symbols)
344 asymbol **symbols;
372 if (!NAME(aout,slurp_reloc_table) (abfd, section, symbols))
H A Doasys.c127 undefined symbols will be placed into the table according to their
130 We do this by placing all undefined symbols at the front of the table
131 moving in, and the defined symbols at the end of the table moving back.
147 if (data->symbols != (asymbol *) NULL)
151 /* Buy enough memory for all the symbols and all the names */
154 data->symbols = (asymbol *) bfd_alloc (abfd, amt);
163 if (!data->symbols || !data->strings)
166 dest_defined = data->symbols + abfd->symcount - 1;
206 /* It seems that sometimes internal symbols are tied up, but
219 dest = data->symbols
[all...]
H A Daout-cris.c30 /* Without reading symbols to get the text start symbol, there is no way
174 r_index to the symbols index, and the r_extern bit.
176 Absolute symbols can come in in two ways, either as an offset
188 /* Remember to check for weak symbols; they count as global. */
227 MY(swap_ext_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
231 asymbol **symbols;
271 /* Magically uses r_extern, symbols etc. Ugly, but it's what's in the
H A Dmach-o.h29 #define BFD_MACH_O_N_EXT 0x01 /* External symbol bit, set for external symbols. */
226 asymbol *symbols; member in struct:bfd_mach_o_symtab_command
239 into three groups of symbols:
240 local symbols (static and debugging symbols) - grouped by module
241 defined external symbols - grouped by module (sorted by name if not lib)
242 undefined external symbols (sorted by name)
244 of symbols.
257 table of contents - the defined external symbols are sorted by name
260 reference symbol table - is the defined and undefined external symbols
457 asymbol *symbols; member in struct:mach_o_data_struct
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A D_G_config.h7 #include <libc-symbols.h>

Completed in 197 milliseconds

12345