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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-arm.c1054 struct coff_link_hash_entry *myh;
1063 myh = coff_link_hash_lookup
1066 if (myh == NULL)
1073 return myh;
1084 struct coff_link_hash_entry * myh;
1093 myh = coff_link_hash_lookup
1096 if (myh == NULL)
1103 return myh;
1374 struct coff_link_hash_entry * myh;
1377 myh
1052 struct coff_link_hash_entry *myh; local
1082 struct coff_link_hash_entry * myh; local
1372 struct coff_link_hash_entry * myh; local
1465 struct coff_link_hash_entry * myh; local
1895 struct coff_link_hash_entry * myh; local
1952 struct coff_link_hash_entry * myh; local
[all...]
H A Dcoff-ppc.c1435 struct coff_link_hash_entry *myh;
1437 myh = coff_link_hash_lookup (coff_hash_table (info),
1440 first_thunk_address = myh->root.u.def.value +
1445 idata5offset = myh->root.u.def.value;
1446 myh = coff_link_hash_lookup (coff_hash_table (info),
1450 thunk_size = myh->root.u.def.value - idata5offset;
1451 myh = coff_link_hash_lookup (coff_hash_table (info),
1454 import_table_size = myh->root.u.def.value;
1477 struct coff_link_hash_entry *myh;
1479 myh
1428 struct coff_link_hash_entry *myh; local
1470 struct coff_link_hash_entry *myh; local
[all...]
H A Delf32-arm.h482 struct elf_link_hash_entry *myh; variable in typeref:struct:elf_link_hash_entry
495 myh = elf_link_hash_lookup
498 if (myh == NULL)
505 return myh;
599 struct elf_link_hash_entry * myh; variable in typeref:struct:elf_link_hash_entry
621 myh = elf_link_hash_lookup
624 if (myh != NULL)
655 struct elf_link_hash_entry *myh; variable in typeref:struct:elf_link_hash_entry
678 myh = elf_link_hash_lookup
681 if (myh !
1035 struct elf_link_hash_entry * myh; variable in typeref:struct:elf_link_hash_entry
1144 struct elf_link_hash_entry * myh; variable in typeref:struct:elf_link_hash_entry
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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.c2060 struct elf_link_hash_entry *myh; local
2073 myh = elf_link_hash_lookup
2076 if (myh == NULL)
2083 return myh;
2188 struct elf_link_hash_entry * myh; local
2209 myh = elf_link_hash_lookup
2212 if (myh != NULL)
2228 myh = (struct elf_link_hash_entry *) bh;
2229 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC);
2230 myh
2249 struct elf_link_hash_entry *myh; local
2676 struct elf_link_hash_entry * myh; local
2783 struct elf_link_hash_entry * myh; local
[all...]
/openbsd-current/usr.bin/signify/
H A Dsignify.c657 struct ohash myh; local
664 ohash_init(&myh, 6, &info);
667 slot = ohash_qlookup(&myh, argv[i]);
668 e = ohash_find(&myh, slot);
670 ohash_insert(&myh, slot, argv[i]);
687 slot = ohash_qlookup(&myh, c.file);
688 e = ohash_find(&myh, slot);
691 ohash_remove(&myh, slot);
695 slot = ohash_qlookup(&myh, c.file);
696 e = ohash_find(&myh, slo
[all...]
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dpe-dll.c1997 struct coff_link_hash_entry *myh; local
1999 myh = (struct coff_link_hash_entry *) bh;
2000 printf ("type:%d\n", myh->type);
2001 printf ("%s\n", myh->root.u.def.section->name);
/openbsd-current/gnu/usr.bin/binutils-2.17/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 307 milliseconds