Home
last modified time | relevance | path

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

12345678910>>...13

/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c2254 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/
Dstm32l4xx-fix-vldm-dp.s12 @ -> 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
Dstm32l4xx-fix-vldm.s12 @ -> 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/
Dfp.s2 # These three formats are 8 bytes each.
9 # The next two are four bytes each.
/toolchain/binutils/binutils-2.27/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.27/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.27/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.
/toolchain/binutils/binutils-2.27/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.27/ld/testsuite/ld-z8k/
Drelocseg.ld1 /* one segment for each of .text, .data, and .bss */
/toolchain/binutils/binutils-2.27/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
Dgreg-1.d7 # Most simple greg usage: relocate to each possible location within an
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.27/ld/testsuite/ld-scripts/
Drgn-over3.t1 /* Memory region overflow tests: two regions, each too small for the single
/toolchain/binutils/binutils-2.27/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.27/ld/emultempl/
DREADME3 C source files that contain jump tables for each emulation.

12345678910>>...13