| /src/external/gpl3/binutils/dist/binutils/ |
| od-xcoff.c | 1035 struct external_ldrel *ldrel; local 1129 ldrel = (struct external_ldrel *)(ldr_data + sizeof (*lhdr) 1131 for (i = 0; i < ndrel; i++, ldrel++) 1137 rsize = bfd_h_get_8 (abfd, ldrel->l_rtype + 0); 1138 rtype = bfd_h_get_8 (abfd, ldrel->l_rtype + 1); 1141 (unsigned)bfd_h_get_32 (abfd, ldrel->l_vaddr), 1142 (unsigned)bfd_h_get_16 (abfd, ldrel->l_rsecnm), 1147 symndx = bfd_h_get_32 (abfd, ldrel->l_symndx);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-xcoff.c | 1035 struct external_ldrel *ldrel; local 1129 ldrel = (struct external_ldrel *)(ldr_data + sizeof (*lhdr) 1131 for (i = 0; i < ndrel; i++, ldrel++) 1137 rsize = bfd_h_get_8 (abfd, ldrel->l_rtype + 0); 1138 rtype = bfd_h_get_8 (abfd, ldrel->l_rtype + 1); 1141 (unsigned)bfd_h_get_32 (abfd, ldrel->l_vaddr), 1142 (unsigned)bfd_h_get_16 (abfd, ldrel->l_rsecnm), 1147 symndx = bfd_h_get_32 (abfd, ldrel->l_symndx);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| xcofflink.c | 183 bfd_byte *ldrel; member in struct:xcoff_final_link_info 482 struct internal_ldrel ldrel; 484 bfd_xcoff_swap_ldrel_in (abfd, elrel, &ldrel); 486 if (ldrel.l_symndx + 2 < 5) 490 const char *name = stdsec[ldrel.l_symndx + 2]; 500 else if (ldrel.l_symndx - 3 < ldhdr.l_nsyms) 501 relbuf->sym_ptr_ptr = syms + (ldrel.l_symndx - 3); 507 abfd, (unsigned long) ldrel.l_symndx); 511 relbuf->address = ldrel.l_vaddr; 515 correct if ldrel.l_rtype == 0. In other cases, we should us 481 struct internal_ldrel ldrel; local 5097 struct internal_ldrel ldrel; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xcofflink.c | 183 bfd_byte *ldrel; member in struct:xcoff_final_link_info 482 struct internal_ldrel ldrel; 484 bfd_xcoff_swap_ldrel_in (abfd, elrel, &ldrel); 486 if (ldrel.l_symndx + 2 < 5) 490 const char *name = stdsec[ldrel.l_symndx + 2]; 500 else if (ldrel.l_symndx - 3 < ldhdr.l_nsyms) 501 relbuf->sym_ptr_ptr = syms + (ldrel.l_symndx - 3); 507 abfd, (unsigned long) ldrel.l_symndx); 511 relbuf->address = ldrel.l_vaddr; 515 correct if ldrel.l_rtype == 0. In other cases, we should us 481 struct internal_ldrel ldrel; local 5097 struct internal_ldrel ldrel; local [all...] |