Home
last modified time | relevance | path

Searched refs:each (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c2104 struct varinfo* each; in lookup_symbol_in_variable_table() local
2106 for (each = unit->variable_table; each; each = each->prev_var) in lookup_symbol_in_variable_table()
2107 if (each->stack == 0 in lookup_symbol_in_variable_table()
2108 && each->file != NULL in lookup_symbol_in_variable_table()
2109 && each->name != NULL in lookup_symbol_in_variable_table()
2110 && each->addr == addr in lookup_symbol_in_variable_table()
2111 && (!each->sec || each->sec == sec) in lookup_symbol_in_variable_table()
2112 && strcmp (name, each->name) == 0) in lookup_symbol_in_variable_table()
2115 if (each) in lookup_symbol_in_variable_table()
2117 each->sec = sec; in lookup_symbol_in_variable_table()
[all …]
DPORTING20 bfd/config.bfd, which associates each canonical host type with a BFD
22 table in bfd/configure.ac which associates each target vector with
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
Dfp.s2 # These three formats are 8 bytes each.
9 # The next two are four bytes each.
/toolchain/binutils/binutils-2.25/gprof/
Dgprof.texi137 of each caller. The profile data is taken from the call graph profile file
148 @code{Gprof} calculates the amount of time spent in each routine.
158 We assume that the time for each execution of a function
243 The @dfn{flat profile} shows how much time your program spent in each function,
248 The @dfn{call graph} shows, for each function, which functions called it, which
250 of how much time was spent in the subroutines of each function. This can
255 source code, labeled with the number of times each line of the
493 print a tally of functions and the number of times each was called.
559 each source file to be listed when source annotation is enabled. The
578 print a tally of functions and the number of times each was called.
[all …]
Dfsf_callg_bl.m3 the total amount of time spent in each function and its children.
10 index A unique number given to each element of the table.
80 were internal to the cycle, and the calls entry for each member shows,
DTEST5 that prepend them to each C name and on systems that don't)
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dbundle.s3 # We use these macros to test each pattern at every offset from
50 # These are vanilla (non-relaxed) instructions of each length.
102 # For each of the three flavors of jump (unconditional, conditional,
Dx86-64-bundle.s3 # We use these macros to test each pattern at every offset from
50 # These are vanilla (non-relaxed) instructions of each length.
106 # For each of the three flavors of jump (unconditional, conditional,
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
Dlibdso-1c.d8 # this DSO refers with two relocs each, a GOT and a PLT reference.
11 # R_CRIS_NONE relocs. There should be two GOT relocs here, one each
Dgot7.s2 ; entries for each of them.
Dlibdso-15.d6 # A DSO that has two versioned symbols, each with a weak alias.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-metag.texi32 number of versions, with each new version adding new features such as
34 each core supports, please see the chip's technical reference manual.
Dc-z80.texi163 For each @var{string} the characters are copied to the object file, for
164 each other @var{expression} the value is stored in one byte.
169 For each @var{expression} the value is stored in two bytes, ignoring
174 For each @var{expression} the value is stored in three bytes, ignoring
179 For each @var{expression} the value is stored in four bytes, ignoring
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Dstart3.s1 # When GC, all sections in each file must be referenced from within a kept
Dstart4.s1 # When GC, all sections in each file must be referenced from within a kept
Dgreg-10.d7 # Most simple greg usage: relocate to each possible location within an
Dsec-7m.d14 # inserted at each chunk division. Also check that section
Dbpo-19m.d7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
Dbpo-19.d7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Drgn-over3.t1 /* Memory region overflow tests: two regions, each too small for the single
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dgot-page-4a.s5 # a way that each one lives on a separate page.
Dtls-hidden4.got15 # entry for each symbol.
/toolchain/binutils/binutils-2.25/
Dconfig-ml.in51 # To implement this, a symlink tree is built for each library and for each
85 # (only defined in each library's main Makefile).
87 # (only defined in each multilib subdir).
90 # newlib. It is up to each target to turn on multilib support for the other
608 # MULTISUBDIR is non-empty in each cpu subdirectory's Makefile
633 # If this is the library's top level, configure each multilib subdir.
635 # in each multilib subdir and it seemed reasonable to finish updating the
640 # We must freshly configure each subdirectory. This bit of code is
/toolchain/binutils/binutils-2.25/ld/emultempl/
DREADME3 C source files that contain jump tables for each emulation.
/toolchain/binutils/binutils-2.25/ld/
Dldint.texinfo246 where @var{extension} changes each time the @file{scripttempl} script is
301 certain variables for each run of the @file{scripttempl} script.
362 compiler will arrange to output the address of each global constructor
363 in a @samp{.ctor} section, and the address of each global destructor in
419 variable substitutions. Typically each function names uses a
489 @code{parse_args} calls @code{ldemul_parse_args} for each arg, which
505 @code{ldemul_recognized_file} for each file it does recognize, in case
538 Next it figures out the offsets for each section, calling
540 @code{ldemul_after_allocation} after deciding where each input section
561 @item Parse argv, calls @code{ldemul_parse_args} for each
[all …]

12345678910>>...12