HomeSort by relevance Sort by last modified time
    Searched refs:ENTRY (Results 1 - 25 of 2320) 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...]
  /toolchain/binutils/binutils-2.25/libiberty/
strerror.c 69 # define ENTRY(value, name, msg) {value, name, msg}
71 # define ENTRY(value, name, msg) {value, name}
77 ENTRY(EPERM, "EPERM", "Not owner"),
80 ENTRY(ENOENT, "ENOENT", "No such file or directory"),
83 ENTRY(ESRCH, "ESRCH", "No such process"),
86 ENTRY(EINTR, "EINTR", "Interrupted system call"),
89 ENTRY(EIO, "EIO", "I/O error"),
92 ENTRY(ENXIO, "ENXIO", "No such device or address"),
95 ENTRY(E2BIG, "E2BIG", "Arg list too long"),
98 ENTRY(ENOEXEC, "ENOEXEC", "Exec format error")
    [all...]
strsignal.c 73 # define ENTRY(value, name, msg) {value, name, msg}
75 # define ENTRY(value, name, msg) {value, name}
81 ENTRY(SIGHUP, "SIGHUP", "Hangup"),
84 ENTRY(SIGINT, "SIGINT", "Interrupt"),
87 ENTRY(SIGQUIT, "SIGQUIT", "Quit"),
90 ENTRY(SIGILL, "SIGILL", "Illegal instruction"),
93 ENTRY(SIGTRAP, "SIGTRAP", "Trace/breakpoint trap"),
98 ENTRY(SIGIOT, "SIGIOT", "IOT trap"),
101 ENTRY(SIGABRT, "SIGABRT", "Aborted"),
104 ENTRY(SIGEMT, "SIGEMT", "Emulation trap")
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32lsmip.sh 2 ENTRY=__start
elf64alpha_nbsd.sh 2 ENTRY=__start
elf32bsmip.sh 2 ENTRY=__start
elf32cr16c.sh 5 ENTRY=_start
  /bionic/libm/arm64/
ceil.S 19 ENTRY(ceil)
24 ENTRY(ceilf)
floor.S 19 ENTRY(floor)
24 ENTRY(floorf)
rint.S 19 ENTRY(rint)
24 ENTRY(rintf)
sqrt.S 19 ENTRY(sqrt)
24 ENTRY(sqrtf)
trunc.S 19 ENTRY(trunc)
24 ENTRY(truncf)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
exportbug.s 3 .EXPORT main,ENTRY,PRIV_LEV=3,RTNVAL=GR
  /bionic/libm/x86_64/
sqrt.S 33 ENTRY(sqrt)
sqrtf.S 33 ENTRY(sqrtf)
ceil.S 33 ENTRY(ceil)
ceilf.S 33 ENTRY(ceilf)
floor.S 33 ENTRY(floor)
floorf.S 33 ENTRY(floorf)
lrint.S 28 ENTRY(lrint)
lrintf.S 28 ENTRY(lrintf)
rint.S 28 ENTRY(rint)
rintf.S 28 ENTRY(rintf)
trunc.S 33 ENTRY(trunc)
  /bionic/libm/x86/
lrintf.S 28 ENTRY(lrintf)

Completed in 299 milliseconds

1 2 3 4 5 6 7 8 91011>>