Searched refs:elf_interp (Results 1 – 1 of 1) sorted by relevance
19182 static char elf_interp[] = "/usr/libexec/ld-elf.so.1"; variable19184 static char elf_interp[] = "/lib/ld-linux.so.2"; variable19257 ptr = section_ptr_add(interp, sizeof(elf_interp)); in tcc_output_file()19258 strcpy(ptr, elf_interp); in tcc_output_file()