HomeSort by relevance Sort by last modified time
    Searched refs:text0 (Results 1 - 24 of 24) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
relax_call26_boundary.ld 3 section text0 near a 256 memory segment boundary, by using
12 text0 : { *(text0) *(text1) }
relax_call26_cache.ld 2 In this case, input sections text0 and text1 are placed in the
11 text0 0x0fffffe0 : { *(text0) *(text1) }
relax_call26_multi.ld 2 In this case, input sections text0 and text1 cannot share stubs
11 text0 0 : { *(text0) }
relax_call26_shared.ld 2 In this case, input sections text0 and text1 are placed in the
11 text0 0 : { *(text0) *(text1) }
relax_call26.s 3 .globl text0
4 .section text0, "ax", @progbits
relax_call26_boundary_c8.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffc8
relax_call26_boundary_cc.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffcc
relax_call26_boundary_d0.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd0
relax_call26_boundary_d4.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd4
relax_call26_boundary_d8.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffd8
relax_call26_boundary_dc.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0fffffdc
relax_call26_boundary_f0.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff0
relax_call26_boundary_f4.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff4
relax_call26_boundary_f8.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffff8
relax_call26_boundary_fc.d 2 #ld: --relax -Trelax_call26_boundary.ld --section-start=text0=0x0ffffffc
relax_call26_cache.s 3 # The purpose of this test is to ensure that, when section text0 straddles
8 .globl text0
9 .section text0, "ax", @progbits
relax_call26_boundary.s 4 # Section text0 is 32 bytes long and requires at least 2 linker stubs
9 .globl text0
10 .section text0, "ax", @progbits
relax_call26_shared.d 9 Disassembly of section text0:
relax_call26_multi.d 9 Disassembly of section text0:
  /external/python/cpython3/Lib/idlelib/
query.py 37 def __init__(self, parent, title, message, *, text0='', used_names={},
46 text0 - initial value for entry
56 self.text0 = text0
95 self.entryvar = StringVar(self, self.text0)
176 def __init__(self, parent, title, message, text0,
178 super().__init__(parent, title, message, text0=text0,
223 parent, title, message, text0=menuitem,
  /external/skia/gm/
drawatlas.cpp 161 const char text0[] = "ABCDFGHJKLMNOPQRSTUVWXYZ"; local
162 const int N = sizeof(text0) - 1;
178 x += paint.measureText(&text0[i], 1);
190 draw_text_on_path(canvas, text0, N, pos, path, paint, baseline_offset, useRSX);
  /external/skqp/gm/
drawatlas.cpp 154 const char text0[] = "ABCDFGHJKLMNOPQRSTUVWXYZ"; local
155 const int N = sizeof(text0) - 1;
170 x += paint.measureText(&text0[i], 1);
182 draw_text_on_path(canvas, text0, N, pos, path, paint, baseline_offset, useRSX);
  /external/python/cpython3/Lib/idlelib/idle_test/
test_query.py 119 text0 = '' variable in class:ModuleNameTest.Dummy_ModuleName
321 self.assertEqual(dialog.text0, 'idlelib')
  /external/libpng/
example.c     [all...]

Completed in 205 milliseconds