Home | History | Annotate | only in /external/ltrace/sysdeps/linux-gnu
Up to higher level directory
NameDateSize
aarch64/04-Nov-2014
alpha/04-Nov-2014
arch_mksyscallent04-Nov-20141.5K
arch_syscallent.h04-Nov-201444
arm/04-Nov-2014
breakpoint.c04-Nov-20143.9K
cris/04-Nov-2014
events.c04-Nov-20149.7K
events.h04-Nov-20141.4K
hooks.c04-Nov-20145.2K
ia64/04-Nov-2014
m68k/04-Nov-2014
Makefile.am04-Nov-20141.3K
metag/04-Nov-2014
mips/04-Nov-2014
mksignalent04-Nov-20141.3K
mksyscallent04-Nov-20141.6K
mksyscallent_mips04-Nov-20141.5K
mksyscallent_s39004-Nov-20141.4K
os.h04-Nov-20141.2K
ppc/04-Nov-2014
proc.c04-Nov-201417K
README04-Nov-2014579
s390/04-Nov-2014
signalent1.h04-Nov-201444
sparc/04-Nov-2014
syscallent1.h04-Nov-201444
trace-defs.h04-Nov-20142.3K
trace.c04-Nov-201438.5K
trace.h04-Nov-20145.2K
x86/04-Nov-2014

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