Home
last modified time | relevance | path

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

123456

/external/mesa3d/src/broadcom/clif/
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
161 struct reloc_worklist_entry *reloc = in v3dX() local
/external/u-boot/arch/m68k/cpu/
Du-boot.lds40 __got_start = .;
42 __got_end = .;
43 _GOT2_TABLE_ = .;
45 _FIXUP_TABLE_ = .;
/external/mesa3d/src/broadcom/compiler/
Dv3d33_vpm_setup.c29 #define __gen_address_offset(reloc) (*reloc) argument
30 #define __gen_emit_reloc(cl, reloc) argument
Dv3d33_tex.c29 #define __gen_address_offset(reloc) (*reloc) argument
30 #define __gen_emit_reloc(cl, reloc) argument
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Du-boot-nand_spl.lds21 _GOT2_TABLE_ = .;
24 _FIXUP_TABLE_ = .;
Du-boot-spl.lds28 _GOT2_TABLE_ = .;
31 _FIXUP_TABLE_ = .;
Du-boot-nand.lds43 _GOT2_TABLE_ = .;
46 _FIXUP_TABLE_ = .;
Du-boot.lds49 _GOT2_TABLE_ = .;
52 _FIXUP_TABLE_ = .;
/external/igt-gpu-tools/tests/i915/
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
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
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
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
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
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Du-boot.lds25 _GOT2_TABLE_ = .;
28 _FIXUP_TABLE_ = .;
/external/u-boot/arch/powerpc/cpu/mpc86xx/
Du-boot.lds31 _GOT2_TABLE_ = .;
34 _FIXUP_TABLE_ = .;
/external/u-boot/board/cssi/MCR3000/
Du-boot.lds42 _GOT2_TABLE_ = .;
45 _FIXUP_TABLE_ = .;
/external/elfutils/libebl/
Deblcopyrelocp.c38 ebl_copy_reloc_p (Ebl *ebl, int reloc) in ebl_copy_reloc_p()
Deblrelocvaliduse.c38 ebl_reloc_valid_use (Ebl *ebl, int reloc) in ebl_reloc_valid_use()
Deblnonerelocp.c38 ebl_none_reloc_p (Ebl *ebl, int reloc) in ebl_none_reloc_p()
Deblgotpcreloccheck.c39 ebl_gotpc_reloc_check (Ebl *ebl, int reloc) in ebl_gotpc_reloc_check()
Deblreloctypecheck.c38 ebl_reloc_type_check (Ebl *ebl, int reloc) in ebl_reloc_type_check()
Deblrelativerelocp.c38 ebl_relative_reloc_p (Ebl *ebl, int reloc) in ebl_relative_reloc_p()
Deblrelocsimpletype.c37 ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub) in ebl_reloc_simple_type()
Deblreloctypename.c39 ebl_reloc_type_name (Ebl *ebl, int reloc, char *buf, size_t len) in ebl_reloc_type_name()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_serialize.cpp78 nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.relocData; in nv50_ir_prog_info_out_serialize() local
178 nv50_ir::RelocInfo *reloc = in nv50_ir_prog_info_out_deserialize() local

123456