Searched refs:orelocation (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-sparc.c313 addr = sec->orelocation[idx]->address;
314 if (sec->orelocation[idx]->howto->type == R_SPARC_LO10
317 arelent *r = sec->orelocation[idx + 1];
348 /* orelocation has the data, reloc_count has the count... */
359 ptr = sec->orelocation[idx];
388 arelent *r = sec->orelocation[idx + 1];
H A Delf64-mips.c2692 addr = sec->orelocation[idx]->address;
2699 r = sec->orelocation[idx + 1];
2751 ptr = sec->orelocation[idx];
2798 r = sec->orelocation[idx + 1];
2849 ptr = sec->orelocation[idx];
2897 r = sec->orelocation[idx + 1];
H A Dlinker.c2093 o->orelocation = bfd_alloc (abfd, amt);
2094 if (!o->orelocation)
2517 if (sec->orelocation == NULL)
2604 sec->orelocation[sec->reloc_count] = r;
2742 && output_section->orelocation == NULL)
H A Dbfd.c780 asect->orelocation = location;
H A Dreloc.c5252 os->orelocation[os->reloc_count] = *parent;
H A Delfcode.h950 if (sec->orelocation == NULL)
986 /* orelocation has the data, reloc_count has the count... */
998 ptr = sec->orelocation[idx];
H A Dbout.c278 generic = section->orelocation;
H A Dcoff-alpha.c1148 os->orelocation[os->reloc_count] = rel;
H A Dcoffcode.h2448 p = s->orelocation;
2459 memcpy (p, s->orelocation, (size_t) amt);
H A Dieee.c2202 arelent **p = s->orelocation;
2205 qsort (s->orelocation,
H A Daoutx.h2352 if (count == 0 || section->orelocation == NULL)
2361 generic = section->orelocation;
H A Dbfd-in2.h1451 struct reloc_cache_entry **orelocation;
1659 /* relocation, orelocation, reloc_count, filepos, rel_filepos, */ \
1444 struct reloc_cache_entry **orelocation; member in struct:bfd_section
H A Decoff.c68 /* relocation, orelocation, reloc_count, filepos, rel_filepos, */
2640 reloc_ptr_ptr = current->orelocation;
H A Delfxx-mips.c10146 os->orelocation[os->reloc_count] = *parent;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c2427 sec->orelocation = rpp;
2463 sec->orelocation = rpp;
2488 sec->orelocation = rpp;
2518 sec->orelocation = rpp;
2594 sec->orelocation = rpp;
2625 sec->orelocation = rpp;
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldwrite.c374 n->orelocation = 0;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1457 struct reloc_cache_entry **orelocation;
1665 /* relocation, orelocation, reloc_count, filepos, rel_filepos, */ \
1450 struct reloc_cache_entry **orelocation; member in struct:bfd_section

Completed in 336 milliseconds