OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_end
(Results
1 - 25
of
105
) sorted by null
1
2
3
4
5
/system/core/adb/
utils.h
65
#define BUFF_DECL(_buff,_cursor,
_end
,_size) \
66
char _buff[_size], *_cursor=_buff, *
_end
= _cursor + (_size)
/external/kernel-headers/original/asm-generic/
sections.h
13
extern char
_end
[];
/external/qemu/tcg/arm/
tcg-target.h
76
register unsigned long
_end
__asm ("a2") = stop;
78
__asm __volatile__ ("swi 0x9f0002" : : "r" (_beg), "r" (
_end
), "r" (_flg));
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
i386linux.x
44
_end
= . ;
i386linux.xbn
44
_end
= . ;
i386linux.xn
44
_end
= . ;
elf_i386.xc
150
_end
. Align after .bss to ensure correct alignment even if the
158
_end
= .; PROVIDE (end = .);
elf_i386.xdc
150
_end
. Align after .bss to ensure correct alignment even if the
158
_end
= .; PROVIDE (end = .);
elf_i386.xdw
149
_end
. Align after .bss to ensure correct alignment even if the
157
_end
= .; PROVIDE (end = .);
elf_i386.xsc
143
_end
. Align after .bss to ensure correct alignment even if the
151
_end
= .; PROVIDE (end = .);
elf_i386.xsw
142
_end
. Align after .bss to ensure correct alignment even if the
150
_end
= .; PROVIDE (end = .);
/external/grub/docs/
boot.S
47
.long
_end
boot.S.texi
47
.long
_end
/external/qemu/
exec-all.h
281
register unsigned long
_end
__asm ("a2");
293
_end
= jmp_addr + 4;
295
__asm __volatile__ ("swi 0x9f0002" : : "r" (_beg), "r" (
_end
), "r" (_flg));
i386-vl.ld
104
_end
= . ;
i386.ld
106
_end
= . ;
m68k.ld
137
_end
. Align after .bss to ensure correct alignment even if the
142
_end
= .;
x86_64.ld
130
_end
. Align after .bss to ensure correct alignment even if the
135
_end
= .;
/external/openssl/crypto/sha/asm/
sha512-x86_64.pl
85
$
_end
="16*$SZ+2*8(%rsp)";
196
mov %rdx,$
_end
# save end pointer, "3rd" arg
248
cmp $
_end
,$inp
/build/core/
armelflib.x
122
_end
. Align after .bss to ensure correct alignment even if the
127
_end
= .;
armelf.xsc
149
_end
. Align after .bss to ensure correct alignment even if the
159
_end
= .; PROVIDE (end = .);
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsc
148
_end
. Align after .bss to ensure correct alignment even if the
158
_end
= .; PROVIDE (end = .);
armelf.xsw
148
_end
. Align after .bss to ensure correct alignment even if the
158
_end
= .; PROVIDE (end = .);
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsc
148
_end
. Align after .bss to ensure correct alignment even if the
158
_end
= .; PROVIDE (end = .);
armelf.xsw
148
_end
. Align after .bss to ensure correct alignment even if the
158
_end
= .; PROVIDE (end = .);
Completed in 361 milliseconds
1
2
3
4
5