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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c3511 off = elf_tdata (abfd)->next_file_pos;
3523 elf_tdata (abfd)->next_file_pos = off;
4146 elf_tdata (abfd)->next_file_pos = bed->s->sizeof_ehdr;
4592 elf_tdata (abfd)->next_file_pos = off;
4780 off = elf_tdata (abfd)->next_file_pos;
4828 elf_tdata (abfd)->next_file_pos = off;
4935 off = elf_tdata (abfd)->next_file_pos;
4948 elf_tdata (abfd)->next_file_pos = off;
H A Delf-bfd.h1259 file_ptr next_file_pos;
1257 file_ptr next_file_pos; member in struct:elf_obj_tdata
H A Delflink.c8083 off = elf_tdata (abfd)->next_file_pos;
8086 /* Note that at this point elf_tdata (abfd)->next_file_pos is
8088 We correct next_file_pos below, after we do know the size. */
8463 elf_tdata (abfd)->next_file_pos = off;
/haiku-buildtools/binutils/bfd/
H A Delf-bfd.h1687 file_ptr next_file_pos;
1849 #define elf_next_file_pos(bfd) (elf_tdata(bfd) -> o->next_file_pos)
1685 file_ptr next_file_pos; member in struct:output_elf_obj_tdata

Completed in 134 milliseconds