Searched refs:myh (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-arm.c980 struct coff_link_hash_entry *myh;
989 myh = coff_link_hash_lookup
992 if (myh == NULL)
999 return myh;
1009 struct coff_link_hash_entry * myh;
1018 myh = coff_link_hash_lookup
1021 if (myh == NULL)
1028 return myh;
1296 struct coff_link_hash_entry * myh;
1299 myh
978 struct coff_link_hash_entry *myh; local
1007 struct coff_link_hash_entry * myh; local
1294 struct coff_link_hash_entry * myh; local
1382 struct coff_link_hash_entry * myh; local
1788 struct coff_link_hash_entry * myh; local
1844 struct coff_link_hash_entry * myh; local
[all...]
H A Dcoff-ppc.c1346 struct coff_link_hash_entry *myh;
1348 myh = coff_link_hash_lookup (coff_hash_table (info),
1351 first_thunk_address = myh->root.u.def.value +
1356 idata5offset = myh->root.u.def.value;
1357 myh = coff_link_hash_lookup (coff_hash_table (info),
1361 thunk_size = myh->root.u.def.value - idata5offset;
1362 myh = coff_link_hash_lookup (coff_hash_table (info),
1365 import_table_size = myh->root.u.def.value;
1388 struct coff_link_hash_entry *myh;
1390 myh
1339 struct coff_link_hash_entry *myh; local
1381 struct coff_link_hash_entry *myh; local
[all...]
H A Delf32-arm.c2052 struct elf_link_hash_entry *myh; local
2065 myh = elf_link_hash_lookup
2068 if (myh == NULL)
2075 return myh;
2180 struct elf_link_hash_entry * myh; local
2201 myh = elf_link_hash_lookup
2204 if (myh != NULL)
2220 myh = (struct elf_link_hash_entry *) bh;
2221 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC);
2222 myh
2241 struct elf_link_hash_entry *myh; local
2668 struct elf_link_hash_entry * myh; local
2775 struct elf_link_hash_entry * myh; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcoff-arm.c1020 struct coff_link_hash_entry *myh;
1029 myh = coff_link_hash_lookup
1032 if (myh == NULL)
1039 return myh;
1049 struct coff_link_hash_entry * myh;
1058 myh = coff_link_hash_lookup
1061 if (myh == NULL)
1068 return myh;
1338 struct coff_link_hash_entry * myh;
1341 myh
1018 struct coff_link_hash_entry *myh; local
1047 struct coff_link_hash_entry * myh; local
1336 struct coff_link_hash_entry * myh; local
1424 struct coff_link_hash_entry * myh; local
1829 struct coff_link_hash_entry * myh; local
1885 struct coff_link_hash_entry * myh; local
[all...]
H A Dcoff-ppc.c1283 struct coff_link_hash_entry *myh;
1285 myh = coff_link_hash_lookup (coff_hash_table (info),
1288 first_thunk_address = myh->root.u.def.value +
1293 idata5offset = myh->root.u.def.value;
1294 myh = coff_link_hash_lookup (coff_hash_table (info),
1298 thunk_size = myh->root.u.def.value - idata5offset;
1299 myh = coff_link_hash_lookup (coff_hash_table (info),
1302 import_table_size = myh->root.u.def.value;
1322 struct coff_link_hash_entry *myh;
1324 myh
1278 struct coff_link_hash_entry *myh; local
1317 struct coff_link_hash_entry *myh; local
[all...]
H A Delf32-arm.c6783 struct elf_link_hash_entry *myh; local
6798 myh = elf_link_hash_lookup
6801 if (myh == NULL
6808 return myh;
6951 struct elf_link_hash_entry * myh; local
6973 myh = elf_link_hash_lookup
6976 if (myh != NULL)
6980 return myh;
6993 myh = (struct elf_link_hash_entry *) bh;
6994 myh
7022 struct elf_link_hash_entry *myh; local
7119 struct elf_link_hash_entry *myh; local
7239 struct elf_link_hash_entry *myh; local
8297 struct elf_link_hash_entry *myh; local
8384 struct elf_link_hash_entry *myh; local
8784 struct elf_link_hash_entry * myh; local
8881 struct elf_link_hash_entry * myh; local
8981 struct elf_link_hash_entry * myh; local
9026 struct elf_link_hash_entry * myh; local
15619 struct elf_link_hash_entry * myh; local
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/s390/
H A Dzarch-z9-109.s52 myh %f6,%f9,4095(%r5,%r10)
H A Dzarch-z9-109.d58 .*: ed 95 af ff 60 3d [ ]*myh %f6,%f9,4095\(%r5,%r10\)
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Dzarch-z9-109.s57 myh %f6,%f9,4095(%r5,%r10)
H A Dzarch-z9-109.d63 .*: ed 95 af ff 60 3d [ ]*myh %f6,%f9,4095\(%r5,%r10\)
/haiku-buildtools/legacy/binutils/ld/
H A Dpe-dll.c2041 struct coff_link_hash_entry *myh; local
2043 myh = (struct coff_link_hash_entry *) bh;
2044 printf ("type:%d\n", myh->type);
2045 printf ("%s\n", myh->root.u.def.section->name);

Completed in 280 milliseconds