android_mt6572_jiabo/external/ltrace/sysdeps/linux-gnu
2025-09-05 16:56:03 +08:00
..
aarch64 first commit 2025-09-05 16:56:03 +08:00
alpha first commit 2025-09-05 16:56:03 +08:00
arm first commit 2025-09-05 16:56:03 +08:00
cris first commit 2025-09-05 16:56:03 +08:00
ia64 first commit 2025-09-05 16:56:03 +08:00
m68k first commit 2025-09-05 16:56:03 +08:00
metag first commit 2025-09-05 16:56:03 +08:00
mips first commit 2025-09-05 16:56:03 +08:00
ppc first commit 2025-09-05 16:56:03 +08:00
s390 first commit 2025-09-05 16:56:03 +08:00
sparc first commit 2025-09-05 16:56:03 +08:00
x86 first commit 2025-09-05 16:56:03 +08:00
arch_mksyscallent first commit 2025-09-05 16:56:03 +08:00
arch_syscallent.h first commit 2025-09-05 16:56:03 +08:00
breakpoint.c first commit 2025-09-05 16:56:03 +08:00
events.c first commit 2025-09-05 16:56:03 +08:00
events.h first commit 2025-09-05 16:56:03 +08:00
hooks.c first commit 2025-09-05 16:56:03 +08:00
Makefile.am first commit 2025-09-05 16:56:03 +08:00
mksignalent first commit 2025-09-05 16:56:03 +08:00
mksyscallent first commit 2025-09-05 16:56:03 +08:00
mksyscallent_mips first commit 2025-09-05 16:56:03 +08:00
mksyscallent_s390 first commit 2025-09-05 16:56:03 +08:00
os.h first commit 2025-09-05 16:56:03 +08:00
proc.c first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
signalent1.h first commit 2025-09-05 16:56:03 +08:00
syscallent1.h first commit 2025-09-05 16:56:03 +08:00
trace-defs.h first commit 2025-09-05 16:56:03 +08:00
trace.c first commit 2025-09-05 16:56:03 +08:00
trace.h first commit 2025-09-05 16:56:03 +08:00

* "arch/syscallent.h" is made from <asm/unistd.h>.
  It can be done automatically with "mksyscallent" for all the
  architectures except "mips" (as of linux-2.2.12)

* "arch/signalent.h" is made from <asm/signal.h>.
  It can be done automatically with "mksignalent" for all the
  architectures. (linux-2.2.12)

* s390 uses mksyscallent_s390, rather than mksyscallent

* NOTE: This does not currently work for cross-compilers; Maybe
  I should guess the architecture using `gcc -print-libgcc-file-name'
  instead of `uname -m' (or even better, use the value returned by autoconf)