Searched refs:next_file_pos (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-bfd.h1192 file_ptr next_file_pos;
1190 file_ptr next_file_pos; member in struct:elf_obj_tdata
H A Delf.c3279 off = elf_tdata (abfd)->next_file_pos;
3291 elf_tdata (abfd)->next_file_pos = off;
4324 elf_tdata (abfd)->next_file_pos = off;
4512 off = elf_tdata (abfd)->next_file_pos;
4560 elf_tdata (abfd)->next_file_pos = off;
4677 off = elf_tdata (abfd)->next_file_pos;
4690 elf_tdata (abfd)->next_file_pos = off;
H A Delflink.c7697 off = elf_tdata (abfd)->next_file_pos;
7700 /* Note that at this point elf_tdata (abfd)->next_file_pos is
7702 We correct next_file_pos below, after we do know the size. */
8090 elf_tdata (abfd)->next_file_pos = off;

Completed in 156 milliseconds