Lines Matching refs:name
10 * elf.S to have the correct name and type. It then generates a C source file
55 const char *name;
87 #define __FUNC(name, bits) name##bits
88 #define _FUNC(name, bits) __FUNC(name, bits)
89 #define FUNC(name) _FUNC(name, ELF_BITS)
217 "Usage: %s <debug VDSO> <stripped VDSO> <output file> [<name>]\n",
292 fprintf(out_file, "\t\t.name = \"[vdso]\",\n");