• Home
  • History
  • Annotate
  • only in /external/ltrace/sysdeps/linux-gnu/
NameDateSize

..06-Oct-20154 KiB

aarch64/06-Oct-20154 KiB

alpha/06-Oct-20154 KiB

arch_mksyscallent06-Oct-20151.5 KiB

arch_syscallent.h06-Oct-201544

arm/06-Oct-20154 KiB

breakpoint.c06-Oct-20153.9 KiB

cris/06-Oct-20154 KiB

events.c06-Oct-20159.7 KiB

events.h06-Oct-20151.4 KiB

hooks.c06-Oct-20155.2 KiB

ia64/06-Oct-20154 KiB

m68k/06-Oct-20154 KiB

Makefile.am06-Oct-20151.3 KiB

metag/06-Oct-20154 KiB

mips/06-Oct-20154 KiB

mksignalent06-Oct-20151.3 KiB

mksyscallent06-Oct-20151.6 KiB

mksyscallent_mips06-Oct-20151.5 KiB

mksyscallent_s39006-Oct-20151.4 KiB

os.h06-Oct-20151.2 KiB

ppc/06-Oct-20154 KiB

proc.c06-Oct-201517 KiB

README06-Oct-2015579

s390/06-Oct-20154 KiB

signalent1.h06-Oct-201544

sparc/06-Oct-20154 KiB

syscallent1.h06-Oct-201544

trace-defs.h06-Oct-20152.3 KiB

trace.c06-Oct-201538.5 KiB

trace.h06-Oct-20155.2 KiB

x86/06-Oct-20154 KiB

README

1* "arch/syscallent.h" is made from <asm/unistd.h>.
2  It can be done automatically with "mksyscallent" for all the
3  architectures except "mips" (as of linux-2.2.12)
4
5* "arch/signalent.h" is made from <asm/signal.h>.
6  It can be done automatically with "mksignalent" for all the
7  architectures. (linux-2.2.12)
8
9* s390 uses mksyscallent_s390, rather than mksyscallent
10
11* NOTE: This does not currently work for cross-compilers; Maybe
12  I should guess the architecture using `gcc -print-libgcc-file-name'
13  instead of `uname -m' (or even better, use the value returned by autoconf)
14