/external/mesa3d/src/broadcom/clif/ |
D | v3dx_dump.c | 31 #define __gen_address_offset(reloc) (*reloc) argument 32 #define __gen_emit_reloc(cl, reloc) argument 57 struct reloc_worklist_entry *reloc = in v3dX() local 127 struct reloc_worklist_entry *reloc = in v3dX() local
|
/external/u-boot/arch/m68k/cpu/ |
D | u-boot.lds | 40 __got_start = .; 42 __got_end = .; 43 _GOT2_TABLE_ = .; 45 _FIXUP_TABLE_ = .;
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d33_vpm_setup.c | 29 #define __gen_address_offset(reloc) (*reloc) argument 30 #define __gen_emit_reloc(cl, reloc) argument
|
D | v3d33_tex.c | 29 #define __gen_address_offset(reloc) (*reloc) argument 30 #define __gen_emit_reloc(cl, reloc) argument
|
D | v3d40_tex.c | 29 #define __gen_address_offset(reloc) (*reloc) argument 30 #define __gen_emit_reloc(cl, reloc) argument
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | u-boot-nand_spl.lds | 21 _GOT2_TABLE_ = .; 24 _FIXUP_TABLE_ = .;
|
D | u-boot-spl.lds | 28 _GOT2_TABLE_ = .; 31 _FIXUP_TABLE_ = .;
|
D | u-boot-nand.lds | 43 _GOT2_TABLE_ = .; 46 _FIXUP_TABLE_ = .;
|
D | u-boot.lds | 49 _GOT2_TABLE_ = .; 52 _FIXUP_TABLE_ = .;
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | u-boot.lds | 25 _GOT2_TABLE_ = .; 28 _FIXUP_TABLE_ = .;
|
/external/u-boot/board/cssi/MCR3000/ |
D | u-boot.lds | 43 _GOT2_TABLE_ = .; 46 _FIXUP_TABLE_ = .;
|
/external/u-boot/arch/powerpc/cpu/mpc86xx/ |
D | u-boot.lds | 31 _GOT2_TABLE_ = .; 34 _FIXUP_TABLE_ = .;
|
/external/elfutils/libebl/ |
D | eblgotpcreloccheck.c | 39 ebl_gotpc_reloc_check (Ebl *ebl, int reloc) in ebl_gotpc_reloc_check()
|
D | eblnonerelocp.c | 38 ebl_none_reloc_p (Ebl *ebl, int reloc) in ebl_none_reloc_p()
|
D | eblcopyrelocp.c | 38 ebl_copy_reloc_p (Ebl *ebl, int reloc) in ebl_copy_reloc_p()
|
D | eblrelocvaliduse.c | 38 ebl_reloc_valid_use (Ebl *ebl, int reloc) in ebl_reloc_valid_use()
|
D | eblrelativerelocp.c | 38 ebl_relative_reloc_p (Ebl *ebl, int reloc) in ebl_relative_reloc_p()
|
D | eblreloctypecheck.c | 38 ebl_reloc_type_check (Ebl *ebl, int reloc) in ebl_reloc_type_check()
|
D | eblrelocsimpletype.c | 37 ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub) in ebl_reloc_simple_type()
|
D | eblreloctypename.c | 39 ebl_reloc_type_name (Ebl *ebl, int reloc, char *buf, size_t len) in ebl_reloc_type_name()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_vertprog.c | 90 struct nv30_shader_reloc *reloc = vp->branch_relocs.data; in nv30_vertprog_validate() local 133 struct nv30_shader_reloc *reloc = vp->const_relocs.data; in nv30_vertprog_validate() local
|
/external/libdrm/freedreno/ |
D | freedreno_ringbuffer.c | 112 const struct fd_reloc *reloc) in fd_ringbuffer_reloc() 119 const struct fd_reloc *reloc) in fd_ringbuffer_reloc2()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_surface.h | 42 struct etna_reloc reloc[ETNA_MAX_PIXELPIPES]; member
|
/external/mesa3d/src/amd/common/ |
D | ac_binary.c | 96 struct ac_shader_reloc *reloc = &binary->relocs[i]; in parse_relocs() local 233 const struct ac_shader_reloc *reloc = &binary->relocs[i]; in ac_shader_binary_read_config() local
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_cl.h | 52 #define __gen_address_offset(reloc) ((reloc)->offset) argument 212 struct vc4_cl_reloc reloc = { in cl_address() local 280 cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *reloc) in cl_pack_emit_reloc()
|