Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c2103 char *save_buf = alloca (input_line_pointer - base); in s_arm_elf_cons() local
2104 memcpy (save_buf, base, input_line_pointer - base); in s_arm_elf_cons()
2110 memcpy (base, save_buf, p - base); in s_arm_elf_cons()