Home | History | Annotate | Download | only in bfd

Lines Matching refs:myh

1279 		struct coff_link_hash_entry *myh;
1281 myh = coff_link_hash_lookup (coff_hash_table (info),
1284 first_thunk_address = myh->root.u.def.value +
1289 idata5offset = myh->root.u.def.value;
1290 myh = coff_link_hash_lookup (coff_hash_table (info),
1294 thunk_size = myh->root.u.def.value - idata5offset;
1295 myh = coff_link_hash_lookup (coff_hash_table (info),
1298 import_table_size = myh->root.u.def.value;
1318 struct coff_link_hash_entry *myh;
1320 myh = coff_link_hash_lookup (coff_hash_table (info),
1323 if (myh == 0)
1329 val = myh->root.u.def.value +
1334 myh = coff_link_hash_lookup (coff_hash_table (info),
1337 first_thunk_address = myh->root.u.def.value +
1342 idata5offset = myh->root.u.def.value;
1343 myh = coff_link_hash_lookup (coff_hash_table (info),
1347 thunk_size = myh->root.u.def.value - idata5offset;
1348 myh = coff_link_hash_lookup (coff_hash_table (info),
1351 import_table_size = myh->root.u.def.value;