Home | History | Annotate | only in /external/ltrace/sysdeps/linux-gnu
Up to higher level directory
NameDateSize
aarch64/23-Apr-2015
alpha/23-Apr-2015
arch_mksyscallent23-Apr-20151.5K
arch_syscallent.h23-Apr-201544
arm/23-Apr-2015
breakpoint.c23-Apr-20153.9K
cris/23-Apr-2015
events.c23-Apr-20159.7K
events.h23-Apr-20151.4K
hooks.c23-Apr-20155.2K
ia64/23-Apr-2015
m68k/23-Apr-2015
Makefile.am23-Apr-20151.3K
metag/23-Apr-2015
mips/23-Apr-2015
mksignalent23-Apr-20151.3K
mksyscallent23-Apr-20151.6K
mksyscallent_mips23-Apr-20151.5K
mksyscallent_s39023-Apr-20151.4K
os.h23-Apr-20151.2K
ppc/23-Apr-2015
proc.c23-Apr-201517K
README23-Apr-2015579
s390/23-Apr-2015
signalent1.h23-Apr-201544
sparc/23-Apr-2015
syscallent1.h23-Apr-201544
trace-defs.h23-Apr-20152.3K
trace.c23-Apr-201538.5K
trace.h23-Apr-20155.2K
x86/23-Apr-2015

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