Home
last modified time | relevance | path

Searched defs:reloc (Results 1 – 25 of 178) sorted by relevance

12345678

/aosp_15_r20/external/mesa3d/src/broadcom/clif/
H A Dv3dx_dump.c34 #define __gen_address_offset(reloc) (*reloc) argument
35 #define __gen_emit_reloc(cl, reloc) argument
85 struct reloc_worklist_entry *reloc = in v3dX() local
103 struct reloc_worklist_entry *reloc = in v3dX() local
180 struct reloc_worklist_entry *reloc = in v3dX() local
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cl.h51 pack_emit_reloc(void *cl, const void *reloc) {} in pack_emit_reloc()
55 #define __gen_address_offset(reloc) (((reloc)->bo ? (reloc)->bo->offset : 0) + \ argument
72 struct v3dv_cl_reloc reloc = in __unpack_address() local
86 struct v3dv_cl_reloc reloc = { in v3dv_cl_address() local
222 cl_pack_emit_reloc(struct v3dv_cl *cl, const struct v3dv_cl_reloc *reloc) in cl_pack_emit_reloc()
/aosp_15_r20/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp595 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in scanRelocations() local
799 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in relocation() local
883 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in normalSyncRelocationResult() local
914 Relocation* reloc = *iter; in normalSyncRelocationResult() local
939 Relocation* reloc = llvm::cast<Relocation>(relocIter); in partialSyncRelocationResult() local
/aosp_15_r20/bionic/linker/
H A Dlinker_relocate.cpp165 static bool process_relocation_impl(Relocator& relocator, const rel_t& reloc) { in process_relocation_impl()
536 static bool process_relocation_general(Relocator& relocator, const rel_t& reloc) { in process_relocation_general()
542 static inline bool process_relocation(Relocator& relocator, const rel_t& reloc) { in process_relocation()
562 return for_all_packed_relocs(decoder, [&](const rel_t& reloc) { in packed_relocate_impl()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_cl.h53 #define __gen_address_offset(reloc) (((reloc)->bo ? (reloc)->bo->offset : 0) + \ argument
61 struct v3d_cl_reloc reloc = in __unpack_address() local
188 struct v3d_cl_reloc reloc = { in cl_address() local
289 cl_pack_emit_reloc(struct v3d_cl *cl, const struct v3d_cl_reloc *reloc) in cl_pack_emit_reloc()
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_exec_store.c44 struct drm_i915_gem_relocation_entry reloc; in store_dword() local
104 struct drm_i915_gem_relocation_entry *reloc; in store_cachelines() local
183 struct drm_i915_gem_relocation_entry reloc[32]; in store_all() local
H A Dgem_exec_reloc.c55 struct drm_i915_gem_relocation_entry reloc; in write_dword() local
252 struct drm_i915_gem_relocation_entry reloc; in active() local
338 struct drm_i915_gem_relocation_entry reloc; in basic_reloc() local
516 struct drm_i915_gem_relocation_entry reloc[128]; in basic_range() local
H A Dgen3_mixed_blits.c63 static uint32_t fill_reloc(struct drm_i915_gem_relocation_entry *reloc, in fill_reloc()
86 struct drm_i915_gem_relocation_entry reloc[2], *r = reloc; in render_copy() local
320 struct drm_i915_gem_relocation_entry reloc[2], *r = reloc; in blt_copy() local
H A Dgem_exec_whisper.c60 const struct drm_i915_gem_relocation_entry *reloc) in verify_reloc()
86 struct drm_i915_gem_relocation_entry reloc; member
175 struct drm_i915_gem_relocation_entry reloc; in whisper() local
H A Dgem_bad_reloc.c57 struct drm_i915_gem_relocation_entry reloc[1000]; in negative_reloc() local
118 struct drm_i915_gem_relocation_entry reloc; in negative_reloc_blt() local
H A Dgem_exec_faulting_reloc.c64 struct drm_i915_gem_relocation_entry *reloc) in gem_linear_blt()
167 struct drm_i915_gem_relocation_entry reloc[4]; in run() local
H A Dgem_exec_async.c36 struct drm_i915_gem_relocation_entry reloc; in store_dword() local
89 struct drm_i915_gem_relocation_entry reloc; in one() local
H A Dgem_fenced_exec_thrash.c82 static void fill_reloc(struct drm_i915_gem_relocation_entry *reloc, uint32_t handle) in fill_reloc()
98 struct drm_i915_gem_relocation_entry reloc[2*MAX_FENCES]; in run_test() local
H A Dgem_sync.c524 struct drm_i915_gem_relocation_entry reloc[1024]; in store_ring() local
641 struct drm_i915_gem_relocation_entry reloc[1024]; in switch_ring() member
812 struct drm_i915_gem_relocation_entry reloc[1024]; in __store_many() local
1047 struct drm_i915_gem_relocation_entry reloc[1024]; in store_all() local
H A Dgem_tiled_fence_blits.c88 create_batch(int fd, struct drm_i915_gem_relocation_entry *reloc) in create_batch()
138 struct drm_i915_gem_relocation_entry reloc[2]; in run_test() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp165 Relocation& reloc = helper_DynRela_init(rsym, in scanLocalReloc() local
181 Relocation& reloc = helper_DynRela_init(rsym, in scanLocalReloc() local
251 Relocation& reloc = in scanGlobalReloc() local
259 Relocation& reloc = helper_DynRela_init(rsym, in scanGlobalReloc() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp583 Relocation* reloc = llvm::cast<Relocation>(reloc_it); in setUpReachedSectionsForGC() local
759 Relocation* reloc = in rewriteARMExIdxSection() local
779 Relocation* reloc = in rewriteARMExIdxSection() local
830 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_cl.h52 #define __gen_address_offset(reloc) ((reloc)->offset) argument
212 struct vc4_cl_reloc reloc = { in cl_address() local
272 cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *reloc) in cl_pack_emit_reloc()
/aosp_15_r20/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c84 struct RelocEntry *reloc; member
333 static void relocDiag(const struct NanoAppInfo *app, const struct RelocEntry *reloc, const char *ms… in relocDiag()
351 static uint8_t fixupReloc(struct NanoAppInfo *app, struct RelocEntry *reloc, in fixupReloc()
480 struct RelocEntry *reloc = &app.reloc[i]; in handleApp() local
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_packing.c28 #define __gen_address_offset(reloc) (*reloc) argument
29 #define __gen_emit_reloc(cl, reloc) argument
/aosp_15_r20/system/chre/platform/riscv/
H A Dnanoapp_loader.cc39 ElfRela *reloc = in relocateTable() local
92 ElfRela *reloc = reinterpret_cast<ElfRela *>( in resolveGot() local
/aosp_15_r20/system/chre/platform/arm/
H A Dnanoapp_loader.cc34 ElfRel *reloc = in relocateTable() local
118 ElfRel *reloc = reinterpret_cast<ElfRel *>( in resolveGot() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_serialize.cpp58 nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.relocData; in nv50_ir_prog_info_out_serialize() local
161 nv50_ir::RelocInfo *reloc = in nv50_ir_prog_info_out_deserialize() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp786 Relocation* reloc = in convertTLSIEtoLE() local
1302 Relocation& reloc = helper_DynRel_init(rsym, in scanLocalReloc() local
1322 Relocation& reloc = helper_DynRel_init(rsym, in scanLocalReloc() local
1402 Relocation& reloc = helper_DynRel_init(rsym, in scanGlobalReloc() local
1409 Relocation& reloc = helper_DynRel_init(rsym, in scanGlobalReloc() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c92 struct nv30_shader_reloc *reloc = vp->branch_relocs.data; in nv30_vertprog_validate() local
135 struct nv30_shader_reloc *reloc = vp->const_relocs.data; in nv30_vertprog_validate() local

12345678