Go to the source code of this file.
◆ slurp_args()
static int slurp_args |
( |
char * |
buf | ) |
|
|
static |
Definition at line 7 of file acr.h.
return strdup("=SP r13\n" "=LR r14\n" "=PC r15\n" "=A0 r0\n" "=A1 r1\n" "=A2 r2\n" "=A3 r3\n" "=ZF zf\n" "=SF nf\n" "=OF vf\n" "=CF cf\n" "=SN or0\n" "gpr lr .32 56 0\n" "gpr pc .32 60 0\n" "gpr cpsr .32 64 0 ____tfiae_________________qvczn\n" "gpr or0 .32 68 0\n" "gpr tf .1 64.5 0 thumb\n" "gpr ef .1 64.9 0 endian\n" "gpr jf .1 64.24 0 java\n" "gpr qf .1 64.27 0 sticky_overflow\n" "gpr vf .1 64.28 0 overflow\n" "gpr cf .1 64.29 0 carry\n" "gpr zf .1 64.30 0 zero\n" "gpr nf .1 64.31 0 negative\n" "gpr itc .4 64.10 0 if_then_count\n" "gpr gef .4 64.16 0 great_or_equal\n" "gpr r0 .32 0 0\n" "gpr r1 .32 4 0\n" "gpr r2 .32 8 0\n" "gpr r3 .32 12 0\n" "gpr r4 .32 16 0\n" "gpr r5 .32 20 0\n" "gpr r6 .32 24 0\n" "gpr r7 .32 28 0\n" "gpr r8 .32 32 0\n" "gpr r9 .32 36 0\n" "gpr r10 .32 40 0\n" "gpr r11 .32 44 0\n" "gpr r12 .32 48 0\n" "gpr r13 .32 52 0\n" "gpr r14 .32 56 0\n" "gpr r15 .32 60 0\n" "gpr r16 .32 64 0\n" "gpr r17 .32 68 0\n")
References NULL, slurp_ptr, and strdup().
Referenced by TAG_CALLBACK().
◆ TAG_CALLBACK() [1/2]
static TAG_CALLBACK |
( |
acr_default |
| ) |
|
|
static |
◆ TAG_CALLBACK() [2/2]
static TAG_CALLBACK |
( |
acr_eof |
| ) |
|
|
static |
Definition at line 29 of file acr.h.
_Use_decl_annotations_ int __cdecl printf(const char *const _Format,...)
References pkgname, and printf().
◆ acr_args
Initial value:
Definition at line 39 of file acr.h.
◆ acr_proc
Initial value:= {
.name = "acr",
.token = " ",
.eof = &acr_eof,
.default_echo = 1,
.chop = 0,
.tag_begin = 0,
}
DLL_LOCAL struct Arg acr_args[]
DLL_LOCAL struct Tag acr_tags[]
Definition at line 43 of file acr.h.
◆ acr_tags
Initial value:
Definition at line 34 of file acr.h.
◆ pkgname
◆ slurp_ptr
◆ version
Definition at line 4 of file acr.h.
Referenced by apprentice_map(), LZ4F_createCompressionContext(), main(), parse_args(), parse_options(), parseCodeDirectory(), read_hdr(), RZ_PACKED(), TAG_CALLBACK(), ts_parser__do_all_potential_reductions(), ts_parser__handle_error(), ts_stack_pop_pending(), and ts_stack_record_summary().