| /src/lib/csu/common/ |
| crt0-common.c | 260 const REL_TYPE *relocs = 0, *relocslim; local 273 relocs = 282 relocslim = (const REL_TYPE *)((const uint8_t *)relocs + relocssz); 297 for (; relocs < relocslim; ++relocs) { 300 where = (Elf_Addr *)(relocbase + relocs->r_offset); 302 switch (ELF_R_TYPE(relocs->r_info)) { 305 *where = (Elf_Addr)(relocbase + relocs->r_addend);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| coreout.cc | 122 vec <bpf_core_reloc_ref, va_gc> * GTY (()) relocs; member in struct:bpf_core_section 183 vec_safe_push (sec->relocs, bpfcr); 195 vec_alloc (sec->relocs, 1); 196 vec_safe_push (sec->relocs, bpfcr); 266 vec_safe_length (sec->relocs) * sizeof (struct btf_ext_reloc); 304 FOR_EACH_VEC_ELT (*(sec->relocs), i, bpfcr) 331 dw2_asm_output_data (4, vec_safe_length (sec->relocs),
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coff-bfd.h | 44 /* The relocs, swapped into COFF internal form. This may be NULL. */ 45 struct internal_reloc *relocs; member in struct:coff_section_tdata
|
| elf32-moxie.c | 149 routines, but a few relocs, we have to do them ourselves. */ 178 The relocs are always passed as Rela structures; if the section 183 necessary, and (if using Rela relocs and generating a relocatable 209 Elf_Internal_Rela *relocs, 220 relend = relocs + input_section->reloc_count; 222 for (rel = relocs; rel < relend; rel ++) 318 /* Look through the relocs for a section during the first phase. 320 virtual table relocs for gc. */ 326 const Elf_Internal_Rela *relocs) 339 rel_end = relocs + sec->reloc_count [all...] |
| mep-relocs.pl | 27 # the relocs to be sequential (this is needed so that bfd/elf32-mep.h 56 push(@relocs, $rel); 82 $autogen = " /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */\n"; 127 for ($i=2; $i<=$#relocs; $i++) { 141 $c = "$relocs[$i],"; 148 for ($i=2; $i<=$#relocs; $i++) { 158 print NEW " case R_MEP_$relocs[$i]: /* $pattern[$i] */\n"; 159 if ($relocs[$i] =~ /HI16S/) { 237 for $i (2..$#relocs) { 238 printf (NEW "$pattern", $relocs[$i]) || die("$file.new write: $!") [all...] |
| elf32-d10v.c | 261 /* Look through the relocs for a section during the first phase. 263 virtual table relocs for gc. */ 269 const Elf_Internal_Rela *relocs) 282 rel_end = relocs + sec->reloc_count; 283 for (rel = relocs; rel < rel_end; rel++) 395 Elf_Internal_Rela *relocs, 407 rel = relocs; 408 relend = relocs + input_section->reloc_count;
|
| elf32-mcore.c | 33 /* RELA relocs are used here... */ 86 /* Don't pretend we can deal with unsupported relocs. */ 370 The relocs are always passed as Rela structures; if the section 375 necessary, and (if using Rela relocs and generating a 402 Elf_Internal_Rela * relocs, 408 Elf_Internal_Rela * rel = relocs; 409 Elf_Internal_Rela * relend = relocs + input_section->reloc_count; 584 /* Look through the relocs for a section during the first phase. 586 virtual table relocs for gc. */ 592 const Elf_Internal_Rela * relocs) [all...] |
| elf32-mt.c | 276 The relocs are always passed as Rela structures; if the section 281 necessary, and (if using Rela relocs and generating a relocatable 308 Elf_Internal_Rela * relocs, 319 relend = relocs + input_section->reloc_count; 321 for (rel = relocs; rel < relend; rel ++) 425 /* Look through the relocs for a section during the first phase. 427 virtual table relocs for gc. */ 433 const Elf_Internal_Rela *relocs) 446 rel_end = relocs + sec->reloc_count; 447 for (rel = relocs; rel < rel_end; rel++ [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coff-bfd.h | 44 /* The relocs, swapped into COFF internal form. This may be NULL. */ 45 struct internal_reloc *relocs; member in struct:coff_section_tdata
|
| elf32-moxie.c | 149 routines, but a few relocs, we have to do them ourselves. */ 178 The relocs are always passed as Rela structures; if the section 183 necessary, and (if using Rela relocs and generating a relocatable 209 Elf_Internal_Rela *relocs, 220 relend = relocs + input_section->reloc_count; 222 for (rel = relocs; rel < relend; rel ++) 330 /* Look through the relocs for a section during the first phase. 332 virtual table relocs for gc. */ 338 const Elf_Internal_Rela *relocs) 351 rel_end = relocs + sec->reloc_count [all...] |
| mep-relocs.pl | 27 # the relocs to be sequential (this is needed so that bfd/elf32-mep.h 56 push(@relocs, $rel); 82 $autogen = " /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */\n"; 127 for ($i=2; $i<=$#relocs; $i++) { 141 $c = "$relocs[$i],"; 148 for ($i=2; $i<=$#relocs; $i++) { 158 print NEW " case R_MEP_$relocs[$i]: /* $pattern[$i] */\n"; 159 if ($relocs[$i] =~ /HI16S/) { 237 for $i (2..$#relocs) { 238 printf (NEW "$pattern", $relocs[$i]) || die("$file.new write: $!") [all...] |
| elf32-d10v.c | 261 /* Look through the relocs for a section during the first phase. 263 virtual table relocs for gc. */ 269 const Elf_Internal_Rela *relocs) 282 rel_end = relocs + sec->reloc_count; 283 for (rel = relocs; rel < rel_end; rel++) 395 Elf_Internal_Rela *relocs, 407 rel = relocs; 408 relend = relocs + input_section->reloc_count;
|
| elf32-mcore.c | 33 /* RELA relocs are used here... */ 87 /* Don't pretend we can deal with unsupported relocs. */ 371 The relocs are always passed as Rela structures; if the section 376 necessary, and (if using Rela relocs and generating a 403 Elf_Internal_Rela * relocs, 409 Elf_Internal_Rela * rel = relocs; 410 Elf_Internal_Rela * relend = relocs + input_section->reloc_count; 584 /* Look through the relocs for a section during the first phase. 586 virtual table relocs for gc. */ 592 const Elf_Internal_Rela * relocs) [all...] |
| elf32-mt.c | 276 The relocs are always passed as Rela structures; if the section 281 necessary, and (if using Rela relocs and generating a relocatable 308 Elf_Internal_Rela * relocs, 319 relend = relocs + input_section->reloc_count; 321 for (rel = relocs; rel < relend; rel ++) 424 /* Look through the relocs for a section during the first phase. 426 virtual table relocs for gc. */ 432 const Elf_Internal_Rela *relocs) 445 rel_end = relocs + sec->reloc_count; 446 for (rel = relocs; rel < rel_end; rel++ [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coff-bfd.h | 44 /* The relocs, swapped into COFF internal form. This may be NULL. */ 45 struct internal_reloc *relocs; member in struct:coff_section_tdata
|
| elf32-moxie.c | 149 routines, but a few relocs, we have to do them ourselves. */ 178 The relocs are always passed as Rela structures; if the section 183 necessary, and (if using Rela relocs and generating a relocatable 209 Elf_Internal_Rela *relocs, 220 relend = relocs + input_section->reloc_count; 222 for (rel = relocs; rel < relend; rel ++) 330 /* Look through the relocs for a section during the first phase. 332 virtual table relocs for gc. */ 338 const Elf_Internal_Rela *relocs) 351 rel_end = relocs + sec->reloc_count [all...] |
| mep-relocs.pl | 27 # the relocs to be sequential (this is needed so that bfd/elf32-mep.h 56 push(@relocs, $rel); 82 $autogen = " /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */\n"; 127 for ($i=2; $i<=$#relocs; $i++) { 141 $c = "$relocs[$i],"; 148 for ($i=2; $i<=$#relocs; $i++) { 158 print NEW " case R_MEP_$relocs[$i]: /* $pattern[$i] */\n"; 159 if ($relocs[$i] =~ /HI16S/) { 237 for $i (2..$#relocs) { 238 printf (NEW "$pattern", $relocs[$i]) || die("$file.new write: $!") [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| coff-bfd.h | 44 /* The relocs, swapped into COFF internal form. This may be NULL. */ 45 struct internal_reloc *relocs; member in struct:coff_section_tdata
|
| elf32-moxie.c | 149 routines, but a few relocs, we have to do them ourselves. */ 178 The relocs are always passed as Rela structures; if the section 183 necessary, and (if using Rela relocs and generating a relocatable 209 Elf_Internal_Rela *relocs, 220 relend = relocs + input_section->reloc_count; 222 for (rel = relocs; rel < relend; rel ++) 331 /* Look through the relocs for a section during the first phase. 333 virtual table relocs for gc. */ 339 const Elf_Internal_Rela *relocs) 352 rel_end = relocs + sec->reloc_count [all...] |
| mep-relocs.pl | 27 # the relocs to be sequential (this is needed so that bfd/elf32-mep.h 56 push(@relocs, $rel); 82 $autogen = " /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */\n"; 127 for ($i=2; $i<=$#relocs; $i++) { 141 $c = "$relocs[$i],"; 148 for ($i=2; $i<=$#relocs; $i++) { 158 print NEW " case R_MEP_$relocs[$i]: /* $pattern[$i] */\n"; 159 if ($relocs[$i] =~ /HI16S/) { 237 for $i (2..$#relocs) { 238 printf (NEW "$pattern", $relocs[$i]) || die("$file.new write: $!") [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-macho.h | 102 #define FINALIZE_SECTION_RELOCS(sec, relocs, n) \ 103 obj_mach_o_reorder_section_relocs (sec, relocs, n) 107 /* Emit relocs for local subtracts, to cater for subsections-via-symbols. */
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-macho.h | 102 #define SET_SECTION_RELOCS(sec, relocs, n) \ 103 obj_mach_o_reorder_section_relocs (sec, relocs, n) 107 /* Emit relocs for local subtracts, to cater for subsections-via-symbols. */
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_cs.c | 99 /* FIXME: we assume that each relocs use 4 dwords */ 101 p->relocs = kvmalloc_array(p->nrelocs, sizeof(struct radeon_bo_list), 103 if (p->relocs == NULL) { 121 p->relocs[i].robj = gem_to_radeon_bo(gobj); 144 p->relocs[i].preferred_domains = 147 p->relocs[i].allowed_domains = 162 p->relocs[i].preferred_domains = domain; 165 p->relocs[i].allowed_domains = domain; 168 if (radeon_ttm_tt_has_userptr(p->relocs[i].robj->tbo.ttm)) { 169 uint32_t domain = p->relocs[i].preferred_domains [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| pe-dll.c | 514 /* Helper functions for qsort. Relocs must be sorted so that we can write 1397 arelent **relocs; local 1409 relocs = xmalloc (relsize); 1410 nrelocs = bfd_canonicalize_reloc (b, s, relocs, symbols); 1414 struct bfd_symbol *sym = *relocs[i]->sym_ptr_ptr; 1422 cb (relocs[i], s, name, symname); 1428 cb (relocs[i], s, name, symname); 1432 free (relocs); 1606 arelent **relocs; local 1648 relocs = xmalloc (relsize) [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| pe-dll.c | 487 /* Helper functions for qsort. Relocs must be sorted so that we can write 1361 arelent **relocs; local 1373 relocs = xmalloc (relsize); 1374 nrelocs = bfd_canonicalize_reloc (b, s, relocs, symbols); 1378 struct bfd_symbol *sym = *relocs[i]->sym_ptr_ptr; 1386 cb (relocs[i], s, name, symname); 1392 cb (relocs[i], s, name, symname); 1396 free (relocs); 1570 arelent **relocs; local 1612 relocs = xmalloc (relsize) [all...] |