Home
last modified time | relevance | path

Searched refs:init_offset (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.h46 unsigned long init_offset; member
H A Dpef.c319 header->init_offset = bfd_getb32 (buf + 12); in bfd_pef_parse_loader_header()
406 fprintf (file, "init_offset: %lu\n", header->init_offset); in bfd_pef_print_loader_header()
H A DChangeLog-02034467 init_refcount and init_offset.
4545 init_offset to NULL.
4593 Add "init_offset" field.
4598 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
4599 (_bfd_elf_link_hash_table_init): Set "init_offset".
4601 from init_offset.
4602 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
H A DChangeLog-20052537 init_offset. Add init_got_refcount, init_plt_refcount,
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dpef.h46 unsigned long init_offset; member
H A Dpef.c352 header->init_offset = bfd_getb32 (buf + 12);
441 fprintf (file, "init_offset: %lu\n", header->init_offset);
H A Delf-bfd.h338 union gotplt_union init_offset; member
H A Delflink.h3196 elf_hash_table (info)->init_refcount = elf_hash_table (info)->init_offset;
4208 h->plt = elf_hash_table (eif->info)->init_offset;
4209 h->got = elf_hash_table (eif->info)->init_offset;
4238 h->plt = elf_hash_table (eif->info)->init_offset;
H A Delflink.c2216 h->plt = elf_hash_table (eif->info)->init_offset; in _bfd_elf_adjust_dynamic_symbol()
2217 h->got = elf_hash_table (eif->info)->init_offset; in _bfd_elf_adjust_dynamic_symbol()
2246 h->plt = elf_hash_table (eif->info)->init_offset; in _bfd_elf_adjust_dynamic_symbol()
4669 elf_hash_table (info)->init_refcount = elf_hash_table (info)->init_offset; in bfd_elf_size_dynamic_sections()
H A Delf.c1407 h->plt = elf_hash_table (info)->init_offset; in _bfd_elf_link_hash_hide_symbol()
1439 table->init_offset.offset = -(bfd_vma) 1; in _bfd_elf_link_hash_table_init()
H A Delf64-ppc.c3019 htab->elf.init_offset.offset = 0; in ppc64_elf_link_hash_table_create()
3020 htab->elf.init_offset.glist = NULL; in ppc64_elf_link_hash_table_create()
H A DChangeLog-02034467 init_refcount and init_offset.
4545 init_offset to NULL.
4593 Add "init_offset" field.
4598 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
4599 (_bfd_elf_link_hash_table_init): Set "init_offset".
4601 from init_offset.
4602 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
/openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/
H A Dxcoff.h430 int init_offset; member
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A Dxcoff.h430 int init_offset; member
/openbsd-src/gnu/gcc/gcc/
H A Dtree-data-ref.c1128 tree init_offset, in init_data_ref() argument
1157 DR_OFFSET (res) = init_offset; in init_data_ref()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c8954 tree init_offset; in ffecom_tree_canonize_ref_() local
8963 ffecom_tree_canonize_ref_ (decl, &init_offset, size, in ffecom_tree_canonize_ref_()
8979 *offset = size_binop (PLUS_EXPR, init_offset, *offset); in ffecom_tree_canonize_ref_()