Searched refs:s_mri_common (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | read.h | 175 extern void s_mri_common (int);
|
H A D | read.c | 262 {"common", s_mri_common, 0}, 263 {"common.s", s_mri_common, 1}, 1429 s_mri_common (int small ATTRIBUTE_UNUSED) in s_mri_common() function
|
H A D | ChangeLog-9899 | 1316 `common' pass on to s_mri_common. 1527 * read.c (s_mri_common): Don't add in value of line_label. 2857 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
|
H A D | ChangeLog-9295 | 956 (s_align_ptwo, s_comm, s_mri_common, s_fail, s_globl): Likewise. 1755 (s_mri_common): Declare. 1761 (s_mri_common): New function.
|
H A D | ChangeLog-9697 | 1826 (s_mri_common): Check S_IS_COMMON unconditionally.
|
H A D | ChangeLog-0001 | 1222 (s_mri_common): Use ISDIGIT instead of isdigit.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | read.h | 174 extern void s_mri_common (int);
|
H A D | read.c | 278 {"common", s_mri_common, 0}, 279 {"common.s", s_mri_common, 1}, 1533 s_mri_common (int small ATTRIBUTE_UNUSED) in s_mri_common() function
|
H A D | ChangeLog-9899 | 1316 `common' pass on to s_mri_common. 1527 * read.c (s_mri_common): Don't add in value of line_label. 2857 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
|
H A D | ChangeLog-2005 | 265 (s_mri_common): Likewise.
|
H A D | ChangeLog-9295 | 956 (s_align_ptwo, s_comm, s_mri_common, s_fail, s_globl): Likewise. 1755 (s_mri_common): Declare. 1761 (s_mri_common): New function.
|
H A D | ChangeLog-9697 | 1826 (s_mri_common): Check S_IS_COMMON unconditionally.
|
H A D | ChangeLog-0001 | 1222 (s_mri_common): Use ISDIGIT instead of isdigit.
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-elf.c | 340 s_mri_common (0); in obj_elf_common()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-elf.c | 357 s_mri_common (0); in obj_elf_common()
|