Lines Matching refs:fd
119 with open(fname, 'rb') as fd:
120 elf = ELFFile(fd)
135 with open(fname, 'rb') as fd:
136 elf = ELFFile(fd)
158 with open(fname, 'rb') as fd:
159 elf = ELFFile(fd)
268 with open(fname, 'rb') as fd:
269 elf = ELFFile(fd)
365 with open(s_file, 'w') as fd:
391 file=fd)
395 with open(lds_file, 'w') as fd:
431 ''', file=fd)
457 with io.BytesIO(data) as fd:
458 elf = ELFFile(fd)