Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gas/
H A Decoff.c1004 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */ variable
2295 *last_file_ptr = fil_ptr; in add_file()
2296 last_file_ptr = &fil_ptr->next_file; in add_file()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c1005 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */ variable
2296 *last_file_ptr = fil_ptr; in add_file()
2297 last_file_ptr = &fil_ptr->next_file; in add_file()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c1153 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */ variable
2540 *last_file_ptr = file_ptr;
2541 last_file_ptr = &file_ptr->next_file;
/openbsd/gnu/gcc/gcc/
H A Dmips-tfile.c1078 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */ variable
2441 *last_file_ptr = file_ptr; in add_file()
2442 last_file_ptr = &file_ptr->next_file; in add_file()