Searched refs:each (Results 1 – 25 of 296) sorted by relevance
12345678910>>...12
/toolchain/binutils/binutils-2.25/bfd/ |
D | dwarf2.c | 2104 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 …]
|
D | PORTING | 20 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/ |
D | fp.s | 2 # These three formats are 8 bytes each. 9 # The next two are four bytes each.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.texi | 137 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 …]
|
D | fsf_callg_bl.m | 3 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,
|
D | TEST | 5 that prepend them to each C name and on systems that don't)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | bundle.s | 3 # 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,
|
D | x86-64-bundle.s | 3 # 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/ |
D | libdso-1c.d | 8 # 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
|
D | got7.s | 2 ; entries for each of them.
|
D | libdso-15.d | 6 # A DSO that has two versioned symbols, each with a weak alias.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-metag.texi | 32 number of versions, with each new version adding new features such as 34 each core supports, please see the chip's technical reference manual.
|
D | c-z80.texi | 163 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/ |
D | start3.s | 1 # When GC, all sections in each file must be referenced from within a kept
|
D | start4.s | 1 # When GC, all sections in each file must be referenced from within a kept
|
D | greg-10.d | 7 # Most simple greg usage: relocate to each possible location within an
|
D | sec-7m.d | 14 # inserted at each chunk division. Also check that section
|
D | bpo-19m.d | 7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
|
D | bpo-19.d | 7 # 223 (max) linker-allocated GREGs, four relocs merged for each register
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | rgn-over3.t | 1 /* Memory region overflow tests: two regions, each too small for the single
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | got-page-4a.s | 5 # a way that each one lives on a separate page.
|
D | tls-hidden4.got | 15 # entry for each symbol.
|
/toolchain/binutils/binutils-2.25/ |
D | config-ml.in | 51 # 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/ |
D | README | 3 C source files that contain jump tables for each emulation.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 246 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