Lines Matching refs:myh

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()
1318 if (myh == 0) in coff_ppc_relocate_section()
1324 val = myh->root.u.def.value + in coff_ppc_relocate_section()
1329 myh = coff_link_hash_lookup (coff_hash_table (info), in coff_ppc_relocate_section()
1332 first_thunk_address = myh->root.u.def.value + in coff_ppc_relocate_section()
1337 idata5offset = myh->root.u.def.value; in coff_ppc_relocate_section()
1338 myh = coff_link_hash_lookup (coff_hash_table (info), in coff_ppc_relocate_section()
1342 thunk_size = myh->root.u.def.value - idata5offset; in coff_ppc_relocate_section()
1343 myh = coff_link_hash_lookup (coff_hash_table (info), in coff_ppc_relocate_section()
1346 import_table_size = myh->root.u.def.value; in coff_ppc_relocate_section()