Searched refs:each (Results 1 – 25 of 318) sorted by relevance
12345678910>>...13
/toolchain/binutils/binutils-2.27/bfd/ |
D | dwarf2.c | 2254 struct varinfo* each; in lookup_symbol_in_variable_table() local 2256 for (each = unit->variable_table; each; each = each->prev_var) in lookup_symbol_in_variable_table() 2257 if (each->stack == 0 in lookup_symbol_in_variable_table() 2258 && each->file != NULL in lookup_symbol_in_variable_table() 2259 && each->name != NULL in lookup_symbol_in_variable_table() 2260 && each->addr == addr in lookup_symbol_in_variable_table() 2261 && (!each->sec || each->sec == sec) in lookup_symbol_in_variable_table() 2262 && strcmp (name, each->name) == 0) in lookup_symbol_in_variable_table() 2265 if (each) in lookup_symbol_in_variable_table() 2267 each->sec = sec; in lookup_symbol_in_variable_table() [all …]
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
D | stm32l4xx-fix-vldm-dp.s | 12 @ -> vldm rx!, {8_words_or_less} for each 18 @ -> vldm rx!, {8_words_or_less} for each needed 8_word 26 @ -> vldmb rx!, {8_words_or_less} for each needed 8_word
|
D | stm32l4xx-fix-vldm.s | 12 @ -> vldm rx!, {8_words_or_less} for each 18 @ -> vldm rx!, {8_words_or_less} for each needed 8_word 26 @ -> vldmb rx!, {8_words_or_less} for each needed 8_word
|
/toolchain/binutils/binutils-2.27/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.27/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.27/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.27/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.
|
/toolchain/binutils/binutils-2.27/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.27/ld/testsuite/ld-z8k/ |
D | relocseg.ld | 1 /* one segment for each of .text, .data, and .bss */
|
/toolchain/binutils/binutils-2.27/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 | greg-1.d | 7 # Most simple greg usage: relocate to each possible location within an
|
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.27/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.27/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.27/ld/emultempl/ |
D | README | 3 C source files that contain jump tables for each emulation.
|
12345678910>>...13