Home
last modified time | relevance | path

Searched refs:new_relocs (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dw32dll.c867 uint32_t base, size, *new_relocs; in w32dll_read_relocs() local
886 new_relocs = realloc(*relocs_ptr, in w32dll_read_relocs()
888 if (!new_relocs) in w32dll_read_relocs()
890 *relocs_ptr = new_relocs; in w32dll_read_relocs()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/vulkan/
H A Danv_batch_chain.c127 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
131 if (new_relocs == NULL) in anv_reloc_list_grow()
133 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/lang/clover/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/vulkan/
H A Danv_batch_chain.c128 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
132 if (new_relocs == NULL) in anv_reloc_list_grow()
134 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/vulkan/
H A Danv_batch_chain.c131 struct drm_i915_gem_relocation_entry *new_relocs = in anv_reloc_list_grow() local
135 if (new_relocs == NULL) in anv_reloc_list_grow()
137 list->relocs = new_relocs; in anv_reloc_list_grow()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf32-xtensa.c8450 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
8515 new_relocs = (Elf_Internal_Rela *) in move_literal()
8517 if (!new_relocs) in move_literal()
8522 memcpy (new_relocs, *internal_relocs_p, in move_literal()
8525 new_relocs[insert_at] = this_rela; in move_literal()
8528 memcpy (new_relocs + insert_at + 1, in move_literal()
8543 relax_info->allocated_relocs = new_relocs; in move_literal()
8545 elf_section_data (sec)->relocs = new_relocs; in move_literal()
8548 *internal_relocs_p = new_relocs; in move_literal()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-xtensa.c8667 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
8732 new_relocs = (Elf_Internal_Rela *) in move_literal()
8734 if (!new_relocs) in move_literal()
8739 memcpy (new_relocs, *internal_relocs_p, in move_literal()
8742 new_relocs[insert_at] = this_rela; in move_literal()
8745 memcpy (new_relocs + insert_at + 1, in move_literal()
8760 relax_info->allocated_relocs = new_relocs; in move_literal()
8762 elf_section_data (sec)->relocs = new_relocs; in move_literal()
8765 *internal_relocs_p = new_relocs; in move_literal()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-ppc.c6426 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count) in ppc_elf_relax_section() local
6427 * sizeof (*new_relocs)); in ppc_elf_relax_section()
6430 if (!new_relocs) in ppc_elf_relax_section()
6432 memcpy (new_relocs, internal_relocs, in ppc_elf_relax_section()
6433 isec->reloc_count * sizeof (*new_relocs)); in ppc_elf_relax_section()
6436 irel = new_relocs + ix + isec->reloc_count; in ppc_elf_relax_section()
6442 elf_section_data (isec)->relocs = new_relocs; in ppc_elf_relax_section()
H A Delf32-xtensa.c9637 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
9700 new_relocs = (Elf_Internal_Rela *) in move_literal()
9702 if (!new_relocs) in move_literal()
9707 memcpy (new_relocs, *internal_relocs_p, in move_literal()
9710 new_relocs[insert_at] = this_rela; in move_literal()
9713 memcpy (new_relocs + insert_at + 1, in move_literal()
9728 relax_info->allocated_relocs = new_relocs; in move_literal()
9730 elf_section_data (sec)->relocs = new_relocs; in move_literal()
9733 *internal_relocs_p = new_relocs; in move_literal()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c10333 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
10396 new_relocs = (Elf_Internal_Rela *) in move_literal()
10398 if (!new_relocs) in move_literal()
10403 memcpy (new_relocs, *internal_relocs_p, in move_literal()
10406 new_relocs[insert_at] = this_rela; in move_literal()
10409 memcpy (new_relocs + insert_at + 1, in move_literal()
10424 relax_info->allocated_relocs = new_relocs; in move_literal()
10426 elf_section_data (sec)->relocs = new_relocs; in move_literal()
10429 *internal_relocs_p = new_relocs; in move_literal()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-xtensa.c10333 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
10396 new_relocs = (Elf_Internal_Rela *) in move_literal()
10398 if (!new_relocs) in move_literal()
10403 memcpy (new_relocs, *internal_relocs_p, in move_literal()
10406 new_relocs[insert_at] = this_rela; in move_literal()
10409 memcpy (new_relocs + insert_at + 1, in move_literal()
10424 relax_info->allocated_relocs = new_relocs; in move_literal()
10426 elf_section_data (sec)->relocs = new_relocs; in move_literal()
10429 *internal_relocs_p = new_relocs; in move_literal()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-xtensa.c10333 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
10396 new_relocs = (Elf_Internal_Rela *) in move_literal()
10398 if (!new_relocs) in move_literal()
10403 memcpy (new_relocs, *internal_relocs_p, in move_literal()
10406 new_relocs[insert_at] = this_rela; in move_literal()
10409 memcpy (new_relocs + insert_at + 1, in move_literal()
10424 relax_info->allocated_relocs = new_relocs; in move_literal()
10426 elf_section_data (sec)->relocs = new_relocs; in move_literal()
10429 *internal_relocs_p = new_relocs; in move_literal()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-xtensa.c9627 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
9690 new_relocs = (Elf_Internal_Rela *) in move_literal()
9692 if (!new_relocs) in move_literal()
9697 memcpy (new_relocs, *internal_relocs_p, in move_literal()
9700 new_relocs[insert_at] = this_rela; in move_literal()
9703 memcpy (new_relocs + insert_at + 1, in move_literal()
9718 relax_info->allocated_relocs = new_relocs; in move_literal()
9720 elf_section_data (sec)->relocs = new_relocs; in move_literal()
9723 *internal_relocs_p = new_relocs; in move_literal()
H A Delf32-ppc.c7027 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count) in ppc_elf_relax_section() local
7028 * sizeof (*new_relocs)); in ppc_elf_relax_section()
7031 if (!new_relocs) in ppc_elf_relax_section()
7033 memcpy (new_relocs, internal_relocs, in ppc_elf_relax_section()
7034 isec->reloc_count * sizeof (*new_relocs)); in ppc_elf_relax_section()
7037 irel = new_relocs + ix + isec->reloc_count; in ppc_elf_relax_section()
7043 elf_section_data (isec)->relocs = new_relocs; in ppc_elf_relax_section()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c10333 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
10396 new_relocs = (Elf_Internal_Rela *) in move_literal()
10398 if (!new_relocs) in move_literal()
10403 memcpy (new_relocs, *internal_relocs_p, in move_literal()
10406 new_relocs[insert_at] = this_rela; in move_literal()
10409 memcpy (new_relocs + insert_at + 1, in move_literal()
10424 relax_info->allocated_relocs = new_relocs; in move_literal()
10426 elf_section_data (sec)->relocs = new_relocs; in move_literal()
10429 *internal_relocs_p = new_relocs; in move_literal()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-xtensa.c10193 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
10256 new_relocs = (Elf_Internal_Rela *) in move_literal()
10258 if (!new_relocs) in move_literal()
10263 memcpy (new_relocs, *internal_relocs_p, in move_literal()
10266 new_relocs[insert_at] = this_rela; in move_literal()
10269 memcpy (new_relocs + insert_at + 1, in move_literal()
10284 relax_info->allocated_relocs = new_relocs; in move_literal()
10286 elf_section_data (sec)->relocs = new_relocs; in move_literal()
10289 *internal_relocs_p = new_relocs; in move_literal()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-xtensa.c10193 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
10256 new_relocs = (Elf_Internal_Rela *) in move_literal()
10258 if (!new_relocs) in move_literal()
10263 memcpy (new_relocs, *internal_relocs_p, in move_literal()
10266 new_relocs[insert_at] = this_rela; in move_literal()
10269 memcpy (new_relocs + insert_at + 1, in move_literal()
10284 relax_info->allocated_relocs = new_relocs; in move_literal()
10286 elf_section_data (sec)->relocs = new_relocs; in move_literal()
10289 *internal_relocs_p = new_relocs; in move_literal()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-xtensa.c10070 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
10133 new_relocs = (Elf_Internal_Rela *) in move_literal()
10135 if (!new_relocs) in move_literal()
10140 memcpy (new_relocs, *internal_relocs_p, in move_literal()
10143 new_relocs[insert_at] = this_rela; in move_literal()
10146 memcpy (new_relocs + insert_at + 1, in move_literal()
10161 relax_info->allocated_relocs = new_relocs; in move_literal()
10163 elf_section_data (sec)->relocs = new_relocs; in move_literal()
10166 *internal_relocs_p = new_relocs; in move_literal()

12