Home
last modified time | relevance | path

Searched refs:sram_alloc (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dsram_alloc.c9 SYS_FUNC(sram_alloc) in SYS_FUNC() argument
DAndroid.bp204 "sram_alloc.c",
Dsys_func.h280 extern SYS_FUNC(sram_alloc);
DMakefile.in371 sram_alloc.c stat.c stat.h stat64.c statfs.c statfs.h \
484 strace-sram_alloc.$(OBJEXT) strace-stat.$(OBJEXT) \
1397 sram_alloc.c stat.c stat.h stat64.c statfs.c statfs.h \
2474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strace-sram_alloc.Po@am__quote@
6362 strace-sram_alloc.o: sram_alloc.c
6363 …strace-sram_alloc.o -MD -MP -MF $(DEPDIR)/strace-sram_alloc.Tpo -c -o strace-sram_alloc.o `test -f…
6364 …__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/strace-sram_alloc.Tpo $(DEPDIR)/strace-sram_alloc.…
6367 …) $(strace_CFLAGS) $(CFLAGS) -c -o strace-sram_alloc.o `test -f 'sram_alloc.c' || echo '$(srcdir)/…
6369 strace-sram_alloc.obj: sram_alloc.c
6370 …trace_CFLAGS) $(CFLAGS) -MT strace-sram_alloc.obj -MD -MP -MF $(DEPDIR)/strace-sram_alloc.Tpo -c -…
[all …]
DMakefile.am312 sram_alloc.c \
DNEWS824 * Fixed sram_alloc decoding on Blackfin.
DChangeLog20986 * sram_alloc.c [BFIN] (SYS_FUNC(sram_alloc)): Likewise.
29274 bfin: fix printing of invalid flags argument of sram_alloc syscall.
29275 * sram_alloc.c (SYS_FUNC(sram_alloc)): Print 2nd argument using
37811 sram_alloc.c: make use of RVAL_DECODED.
37812 * sram_alloc.c [BFIN] (sys_sram_alloc): Update for RVAL_DECODED.
42230 bfin: move sram_alloc parser to a separate file.
42231 * sram_alloc.c: New file.
42233 * system.c [BFIN]: Move sys_sram_alloc and related code to sram_alloc.c.
45922 Blackfin: tweak sram_alloc syscall decode.
45923 * system.c (sys_sram_alloc): The 2nd argument of sram_alloc syscall
DChangeLog-CVS434 * system.c (sys_sram_alloc): Decode Blackfin sram_alloc() syscall.
/external/strace/linux/bfin/
Dsyscallent.h340 [311] = { 2, 0, SEN(sram_alloc), "sram_alloc" },