Home
last modified time | relevance | path

Searched defs:elf32_arm_link_hash_table (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-arm.h232 struct elf32_arm_link_hash_table struct
235 struct elf_link_hash_table root;
238 bfd_size_type thumb_glue_size;
241 bfd_size_type arm_glue_size;
244 bfd * bfd_of_glue_owner;
248 int no_pipeline_knowledge;
251 asection *sgot;
252 asection *sgotplt;
253 asection *srelgot;
254 asection *splt;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c1706 struct elf32_arm_link_hash_table struct
1709 struct elf_link_hash_table root;
1712 bfd_size_type thumb_glue_size;
1715 bfd_size_type arm_glue_size;
1718 bfd * bfd_of_glue_owner;
1721 int byteswap_code;
1725 int target1_is_rel;
1728 int target2_reloc;
1731 int fix_v4bx;
1734 int use_blx;
[all …]