Searched refs:irfile (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | plugin_test.c | 259 FILE* irfile; in claim_file_hook() local 279 irfile = fopen(syms_name, "r"); in claim_file_hook() 280 if (irfile != NULL) in claim_file_hook() 289 irfile = fdopen(file->fd, "r"); in claim_file_hook() 290 (void)fseek(irfile, file->offset, SEEK_SET); in claim_file_hook() 295 len = fread(buf, 1, 13, irfile); in claim_file_hook() 300 (void) fgets(buf, sizeof(buf), irfile); in claim_file_hook() 301 (void) fgets(buf, sizeof(buf), irfile); in claim_file_hook() 315 while (ftell(irfile) < end_offset in claim_file_hook() 316 && fgets(buf, sizeof(buf), irfile) != NULL) in claim_file_hook() [all …]
|