/prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/ |
shelf_linux.x | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shelf_linux.xbn | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shelf_linux.xc | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shelf_linux.xn | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shelf_linux.xw | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shlelf_linux.x | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shlelf_linux.xbn | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shlelf_linux.xc | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shlelf_linux.xn | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shlelf_linux.xw | 10 PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;
|
shelf_linux.xdc | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shelf_linux.xdw | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shelf_linux.xsc | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shelf_linux.xsw | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shlelf_linux.xdc | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shlelf_linux.xdw | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shlelf_linux.xsc | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shlelf_linux.xsw | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shelf_linux.xd | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shelf_linux.xs | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shlelf_linux.xd | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
shlelf_linux.xs | 10 . = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
|
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 72 SEGMENT_START = 'start'
322 if config.has_option(segment_name, SEGMENT_START):
323 start = config.get(segment_name, SEGMENT_START)
683 config.set(segment_name, SEGMENT_START, segment.start)
[all...] |