Home | History | Annotate | only in /external/ltrace/sysdeps/linux-gnu
Up to higher level directory
NameDateSize
aarch64/06-Dec-2016
alpha/06-Dec-2016
arch_mksyscallent06-Dec-20161.5K
arch_syscallent.h06-Dec-201644
arm/06-Dec-2016
breakpoint.c06-Dec-20163.9K
cris/06-Dec-2016
events.c06-Dec-20169.7K
events.h06-Dec-20161.4K
hooks.c06-Dec-20165.2K
ia64/06-Dec-2016
m68k/06-Dec-2016
Makefile.am06-Dec-20161.3K
metag/06-Dec-2016
mips/06-Dec-2016
mksignalent06-Dec-20161.3K
mksyscallent06-Dec-20161.6K
mksyscallent_mips06-Dec-20161.5K
mksyscallent_s39006-Dec-20161.4K
os.h06-Dec-20161.2K
ppc/06-Dec-2016
proc.c06-Dec-201617K
README06-Dec-2016579
s390/06-Dec-2016
signalent1.h06-Dec-201644
sparc/06-Dec-2016
syscallent1.h06-Dec-201644
trace-defs.h06-Dec-20162.3K
trace.c06-Dec-201638.5K
trace.h06-Dec-20165.2K
x86/06-Dec-2016

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