| /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
|
| i386lynx.c | 381 void * relocs; 418 relocs = _bfd_alloc_and_read (abfd, reloc_size, reloc_size); 419 if (!relocs && reloc_size != 0) 427 struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs; 439 struct reloc_std_external *rptr = (struct reloc_std_external *) relocs; 451 bfd_release (abfd, relocs); 380 void * relocs; local
|
| elf32-cr16.c | 30 /* The cr16 linker needs to keep track of the number of relocs that 32 that it can discard PC relative relocs if it doesn't need them when 693 /* Look through the relocs for a section during the first phase. 695 virtual table relocs for gc. */ 699 const Elf_Internal_Rela *relocs) 723 rel_end = relocs + sec->reloc_count; 724 for (rel = relocs; rel < rel_end; rel++) 740 /* Some relocs require a global offset table. */ 924 /* For GOT and GOTC relocs no boundary checks applied. */ 1228 irel = elf_section_data (sec)->relocs; 2388 bool relocs; local [all...] |
| elf32-vax.c | 387 /* The VAX linker needs to keep track of the number of relocs that it 389 can discard PC relative relocs if it doesn't need them when linking 393 /* This structure keeps track of the number of PC relative relocs we have 402 /* Number of relocs copied in this section. */ 412 /* Number of PC relative relocs copied for this symbol. */ 568 /* Look through the relocs for a section during the first phase, and 574 const Elf_Internal_Rela *relocs) 592 rel_end = relocs + sec->reloc_count; 593 for (rel = relocs; rel < rel_end; rel++) 1055 bool relocs; 1054 bool relocs; local [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
|
| i386lynx.c | 381 void * relocs; 418 relocs = _bfd_alloc_and_read (abfd, reloc_size, reloc_size); 419 if (!relocs && reloc_size != 0) 427 struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs; 439 struct reloc_std_external *rptr = (struct reloc_std_external *) relocs; 451 bfd_release (abfd, relocs); 380 void * relocs; local
|
| elf32-cr16.c | 30 /* The cr16 linker needs to keep track of the number of relocs that 32 that it can discard PC relative relocs if it doesn't need them when 693 /* Look through the relocs for a section during the first phase. 695 virtual table relocs for gc. */ 699 const Elf_Internal_Rela *relocs) 723 rel_end = relocs + sec->reloc_count; 724 for (rel = relocs; rel < rel_end; rel++) 740 /* Some relocs require a global offset table. */ 924 /* For GOT and GOTC relocs no boundary checks applied. */ 1228 irel = elf_section_data (sec)->relocs; 2398 bool relocs; local [all...] |
| elf32-vax.c | 386 /* The VAX linker needs to keep track of the number of relocs that it 388 can discard PC relative relocs if it doesn't need them when linking 392 /* This structure keeps track of the number of PC relative relocs we have 401 /* Number of relocs copied in this section. */ 411 /* Number of PC relative relocs copied for this symbol. */ 568 /* Look through the relocs for a section during the first phase, and 574 const Elf_Internal_Rela *relocs) 592 rel_end = relocs + sec->reloc_count; 593 for (rel = relocs; rel < rel_end; rel++) 1055 bool relocs; 1054 bool relocs; local [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
|
| i386lynx.c | 381 void * relocs; 418 relocs = _bfd_alloc_and_read (abfd, reloc_size, reloc_size); 419 if (!relocs && reloc_size != 0) 427 struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs; 439 struct reloc_std_external *rptr = (struct reloc_std_external *) relocs; 451 bfd_release (abfd, relocs); 380 void * relocs; local
|
| /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
|
| i386lynx.c | 381 void * relocs; 418 relocs = _bfd_alloc_and_read (abfd, reloc_size, reloc_size); 419 if (!relocs && reloc_size != 0) 427 struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs; 439 struct reloc_std_external *rptr = (struct reloc_std_external *) relocs; 451 bfd_release (abfd, relocs); 380 void * relocs; local
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldwrite.c | 303 we'll never try and create an output section with more relocs 434 unsigned int relocs = 0; local 470 && (thisrelocs + relocs >= config.split_by_reloc 518 relocs = thisrelocs; 525 relocs += thisrelocs;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldwrite.c | 303 we'll never try and create an output section with more relocs 434 unsigned int relocs = 0; local 470 && (thisrelocs + relocs >= config.split_by_reloc 518 relocs = thisrelocs; 525 relocs += thisrelocs;
|
| /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/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| qxl_drm.h | 86 __u64 relocs; /* struct drm_qxl_reloc* */ member in struct:drm_qxl_command
|
| tegra_drm.h | 442 * This defines the length of the array pointed to by @relocs. 489 * @relocs: 496 __u64 relocs; member in struct:drm_tegra_submit
|
| msm_drm.h | 189 __u64 relocs; /* in, ptr to array of submit_reloc's */ member in struct:drm_msm_gem_submit_cmd
|
| nouveau_drm.h | 111 __u64 relocs; member in struct:drm_nouveau_gem_pushbuf
|
| /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/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_gem.c | 506 int ret, relocs = 0; local 547 relocs++; 551 return relocs; 781 reloc = u_memcpya(req->relocs, req->nr_relocs, sizeof(*reloc));
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rescoff.c | 476 /* Pointer to section symbol used to build RVA relocs. */ 497 arelent **relocs; 641 cwi.relocs = NULL; 656 free (cwi.relocs); 686 free (cwi.relocs); 690 if (!bfd_finalize_section_relocs (abfd, sec, cwi.relocs, cwi.reloc_count)) 694 free (cwi.relocs); 705 free (cwi.relocs); 726 free (cwi.relocs); 737 free (cwi.relocs); 495 arelent **relocs; member in struct:coff_write_info [all...] |
| coffgrok.h | 56 struct coff_reloc *relocs; member in struct:coff_section
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rescoff.c | 468 /* Pointer to section symbol used to build RVA relocs. */ 489 arelent **relocs; 633 cwi.relocs = NULL; 648 free (cwi.relocs); 678 free (cwi.relocs); 682 bfd_set_reloc (abfd, sec, cwi.relocs, cwi.reloc_count); 691 free (cwi.relocs); 712 free (cwi.relocs); 723 free (cwi.relocs); 727 /* We allocated the relocs array using malloc. * 487 arelent **relocs; member in struct:coff_write_info [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mn10300.c | 2107 /* How big is the reloc? Remember SPLIT relocs are 2172 static arelent * relocs[MAX_RELOC_EXPANSION + 1]; 2187 relocs[0] = reloc; 2188 relocs[1] = NULL; 2205 generate two relocs (one for each symbol) and allow the linker to 2212 relocs[0] = reloc2; 2213 relocs[1] = reloc; 2235 return relocs; 2264 return relocs; 2276 return relocs; 2169 static arelent * relocs[MAX_RELOC_EXPANSION + 1]; local [all...] |