Searched refs:lazy (Results 1 – 25 of 66) sorted by relevance
123
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | compressed-plt-1-o32-mips16-only.rd | 26 # them from old-style lazy-binding stubs. Non-_lo symbols are only called, 41 # is the address of the lazy-binding stub. 70 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-o32-se.rd | 26 # them from old-style lazy-binding stubs. Non-_lo symbols are only called, 38 # is the address of the lazy-binding stub. 67 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-o32-umips-only.rd | 26 # them from old-style lazy-binding stubs. Non-_lo symbols are only called, 40 # is the address of the lazy-binding stub. 69 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-n32-umips.rd | 48 # them from old-style lazy-binding stubs. Non-_lo symbols are only called, 82 # is the address of the lazy-binding stub. 133 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-o32-mips16.rd | 48 # them from old-style lazy-binding stubs. Non-_lo symbols are only called, 85 # is the address of the lazy-binding stub. 136 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-o32-umips.rd | 48 # them from old-style lazy-binding stubs. Non-_lo symbols are only called, 85 # is the address of the lazy-binding stub. 136 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-n32-mips16.rd | 48 # them from old-style lazy-binding stubs. Non-_lo symbols are only called, 82 # is the address of the lazy-binding stub. 133 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-o32-umips-got.rd | 48 # old-style lazy-binding stubs). 84 # have their addresses taken, they cannot use a lazy-binding stub. 145 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-o32-mips16-got.rd | 48 # old-style lazy-binding stubs). 84 # have their addresses taken, they cannot use a lazy-binding stub. 145 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-o32-mips16-word.rd | 63 # old-style lazy-binding stubs). 99 # have their addresses taken, they cannot use a lazy-binding stub. 164 10200000 00000000 PLT lazy resolver
|
D | compressed-plt-1-o32-umips-word.rd | 63 # old-style lazy-binding stubs). 99 # have their addresses taken, they cannot use a lazy-binding stub. 164 10200000 00000000 PLT lazy resolver
|
D | pic-and-nonpic-3b.gd | 27 00081000 00000000 PLT lazy resolver
|
D | pic-and-nonpic-5b.gd | 25 00081000 00000000 PLT lazy resolver
|
D | mips16-pic-3.gd | 32 00050400 00000000 PLT lazy resolver
|
D | pic-and-nonpic-6-o32.gd | 28 00081000 00000000 PLT lazy resolver
|
D | pic-and-nonpic-6-n64.gd | 28 0+081000 0+ PLT lazy resolver
|
D | pic-and-nonpic-6-n32.gd | 28 00081000 00000000 PLT lazy resolver
|
D | pic-and-nonpic-3a.dd | 3 # -32752: lazy resolution function
|
D | pic-and-nonpic-3b.dd | 3 # -32752: lazy resolution function
|
D | pic-and-nonpic-6-o32.dd | 3 # -32752: lazy resolution function
|
D | pic-and-nonpic-6-n64.dd | 3 # -32752: lazy resolution function
|
D | pic-and-nonpic-6-n32.dd | 3 # -32752: lazy resolution function
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | d-demangle-expected | 310 demangle.test(lazy char) 522 demangle.test(lazy int[]...) 530 demangle.test(lazy int[], ...) 534 demangle.test(lazy int, long) 538 demangle.test(lazy long, int) 542 demangle.test(lazy Object, lazy int(lazy int) delegate)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 1767 unsigned lazy = 0; in obj_mach_o_set_indirect_symbols() local 1781 lazy = LAZY; in obj_mach_o_set_indirect_symbols() 1843 else if (S_IS_LOCAL (isym->sym) && ! lazy) in obj_mach_o_set_indirect_symbols() 1853 || lazy) in obj_mach_o_set_indirect_symbols() 1861 sym->n_desc |= lazy; in obj_mach_o_set_indirect_symbols()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | elf32.em | 2303 else if (strcmp (optarg, "lazy") == 0) 2410 -z lazy Mark object lazy runtime binding (default)\n")); 2448 -z now Mark object non-lazy runtime binding\n"));
|
123