Searched refs:common1 (Results 1 – 5 of 5) sorted by relevance
1 int common1[8]; variable6 for (i = 0; i < sizeof (common1)/ sizeof (common1[0]); i++) in foo()7 common1[i] = -1; in foo()
1 extern int common1[8];9 return common1[4]; in bar()
4 int common1[1]; variable15 if (common1[0] != -1) in main()
2 #error-output: common1.l
1054 * gas/elf/common1.d: New file.1055 * gas/elf/common1.l: Likewise.1056 * gas/elf/common1.s: Likewise.1061 * gas/elf/elf.exp: Run common1 and common2.