Searched refs:myh (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-arm.c | 1018 struct coff_link_hash_entry *myh; in find_thumb_glue() local 1027 myh = coff_link_hash_lookup in find_thumb_glue() 1030 if (myh == NULL) in find_thumb_glue() 1037 return myh; in find_thumb_glue() 1047 struct coff_link_hash_entry * myh; in find_arm_glue() local 1056 myh = coff_link_hash_lookup in find_arm_glue() 1059 if (myh == NULL) in find_arm_glue() 1066 return myh; in find_arm_glue() 1336 struct coff_link_hash_entry * myh; in coff_arm_relocate_section() local 1339 myh = find_arm_glue (info, name, input_bfd); in coff_arm_relocate_section() [all …]
|
D | coff-ppc.c | 1274 struct coff_link_hash_entry *myh; in coff_ppc_relocate_section() local 1276 myh = coff_link_hash_lookup (coff_hash_table (info), in coff_ppc_relocate_section() 1279 first_thunk_address = myh->root.u.def.value + in coff_ppc_relocate_section() 1284 idata5offset = myh->root.u.def.value; in coff_ppc_relocate_section() 1285 myh = coff_link_hash_lookup (coff_hash_table (info), in coff_ppc_relocate_section() 1289 thunk_size = myh->root.u.def.value - idata5offset; in coff_ppc_relocate_section() 1290 myh = coff_link_hash_lookup (coff_hash_table (info), in coff_ppc_relocate_section() 1293 import_table_size = myh->root.u.def.value; in coff_ppc_relocate_section() 1313 struct coff_link_hash_entry *myh; in coff_ppc_relocate_section() local 1315 myh = coff_link_hash_lookup (coff_hash_table (info), in coff_ppc_relocate_section() [all …]
|
D | elf32-arm.c | 5631 struct elf_link_hash_entry *myh; in find_arm_glue() local 5646 myh = elf_link_hash_lookup in find_arm_glue() 5649 if (myh == NULL in find_arm_glue() 5656 return myh; in find_arm_glue() 5793 struct elf_link_hash_entry * myh; in record_arm_to_thumb_glue() local 5815 myh = elf_link_hash_lookup in record_arm_to_thumb_glue() 5818 if (myh != NULL) in record_arm_to_thumb_glue() 5822 return myh; in record_arm_to_thumb_glue() 5835 myh = (struct elf_link_hash_entry *) bh; in record_arm_to_thumb_glue() 5836 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in record_arm_to_thumb_glue() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
D | zarch-z9-109.s | 52 myh %f6,%f9,4095(%r5,%r10)
|
D | zarch-z9-109.d | 58 .*: ed 95 af ff 60 3d [ ]*myh %f6,%f9,4095\(%r5,%r10\)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | s390-opc.txt | 790 ed000000003d myh RXF_FRRDF "multiply unnormalized long hfp high" z9-109 zarch
|