HomeSort by relevance Sort by last modified time
    Searched full:_entry (Results 1 - 25 of 50) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
nobits-1.s 1 .globl _entry
3 _entry: label
note-1.s 1 .globl _entry
3 _entry: label
maxpage5.s 1 .globl _entry
3 _entry: label
note-2.s 1 .globl _entry
3 _entry: label
note-3.s 1 .globl _entry
3 _entry: label
maxpage5.t 3 ENTRY(_entry)
nobits-1.t 1 ENTRY(_entry)
note-1.t 1 ENTRY(_entry)
note-2.t 1 ENTRY(_entry)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xtensa/
entry_misalign.s 3 _entry a5,16
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
psci_lib.h 50 #define SET_PSCI_LIB_ARGS_V1(_p, _entry) do { \
52 (_p)->mailbox_ep = (_entry); \
56 #define DEFINE_STATIC_PSCI_LIB_ARGS_V1(_name, _entry) \
62 .mailbox_ep = (_entry) \
  /external/autotest/venv/lucifer/
leasing.py 74 self._entry = entry
79 return int(self._entry.name)
92 stat_result = self._entry.stat()
100 return not _fcntl_locked(self._entry.path)
109 os.unlink(self._entry.path)
111 logger.warning('Error removing %s: %s', self._entry.path, e)
147 return self._entry.path + ".sock"
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
hash.h 53 typedef struct _entry { /* Minimum hash table entry -- superclass */ struct
55 struct _entry *next;
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
asm.h 71 #define _ENTRY(x) \
86 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
87 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
88 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
89 #define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
  /bionic/linker/arch/arm/
begin.S 38 /* linker init returns the _entry address in the main image */
  /bionic/linker/arch/arm64/
begin.S 38 /* linker init returns the _entry address in the main image */
  /bionic/linker/arch/x86_64/
begin.S 38 /* linker init returns (%rax) the _entry address in the main image */
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
asm.h 94 #define _ENTRY(x) \
162 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
163 #define NENTRY(y) _ENTRY(_C_LABEL(y))
164 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
asm.h 66 #define _ENTRY(x) \
94 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
95 #define NENTRY(y) _ENTRY(_C_LABEL(y))
96 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
  /bionic/linker/arch/x86/
begin.S 41 /* linker init returns (%eax) the _entry address in the main image */
  /external/syslinux/gpxe/src/arch/i386/scripts/
i386-kir.lds 10 ENTRY ( _entry )
51 _entry = .;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
search.h 78 struct _ENTRY;
100 struct _ENTRY *table;
  /external/libevent/
event_rpcgen.py     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot_jni/
CriticalSection.d 78 hotspot_jni$target:::*_entry
  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot/
method_invocation_tree.d 124 hotspot_jni$target:::*_entry

Completed in 1076 milliseconds

1 2