HomeSort by relevance Sort by last modified time
    Searched refs:ENTRY (Results 1 - 25 of 2674) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 77 ENTRY(AL) \
78 ENTRY(CL) \
79 ENTRY(DL) \
80 ENTRY(BL) \
81 ENTRY(AH) \
82 ENTRY(CH) \
83 ENTRY(DH) \
84 ENTRY(BH) \
85 ENTRY(R8B) \
86 ENTRY(R9B)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
linkage.h 7 #define ENTRY(name) \
  /bionic/linker/arch/arm/
begin.S 31 ENTRY(_start)
  /bionic/linker/arch/arm64/
begin.S 31 ENTRY(_start)
  /bionic/linker/arch/x86_64/
begin.S 31 ENTRY(_start)
  /bionic/libc/arch-arm/bionic/
abort_arm.S 38 ENTRY(abort)
  /art/runtime/arch/mips/
asm_support_mips.S 30 /* Cache alignment for function entry */
31 .macro ENTRY name
52 ENTRY \name
  /bionic/libc/private/
bionic_asm.h 41 #define ENTRY(f) \
55 /* Like ENTRY, but with hidden visibility. */
57 ENTRY(f); \
  /external/chromium_org/build/linux/
sysroot_ld_path.sh 28 local entry="$root$localpath"
29 echo -L$entry
30 echo -Wl,-rpath-link=$entry
45 while read ENTRY; do
46 echo "$ENTRY" | grep -qs ^include
48 local included_files=$(echo "$ENTRY" | sed 's/^include //')
66 echo "$ENTRY" | grep -qs ^/
68 process_entry "$root" "$ENTRY"
96 for entry in $LD_SO_CONF_D/*.conf; do
97 process_ld_so_conf "$1" "$entry"
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-strcat-slm.S 47 #ifndef ENTRY
48 # define ENTRY(name) \
65 ENTRY (STRCAT)
  /development/ndk/platforms/android-3/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /external/llvm/lib/MC/
MCSectionMachO.cpp 56 #define ENTRY(ASMNAME, ENUM) \
58 ENTRY("pure_instructions", S_ATTR_PURE_INSTRUCTIONS)
59 ENTRY("no_toc", S_ATTR_NO_TOC)
60 ENTRY("strip_static_syms", S_ATTR_STRIP_STATIC_SYMS)
61 ENTRY("no_dead_strip", S_ATTR_NO_DEAD_STRIP)
62 ENTRY("live_support", S_ATTR_LIVE_SUPPORT)
63 ENTRY("self_modifying_code", S_ATTR_SELF_MODIFYING_CODE)
64 ENTRY("debug", S_ATTR_DEBUG)
65 ENTRY(nullptr /*FIXME*/, S_ATTR_SOME_INSTRUCTIONS)
66 ENTRY(nullptr /*FIXME*/, S_ATTR_EXT_RELOC
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>