Home
last modified time | relevance | path

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

123

/external/mesa3d/src/broadcom/clif/
Dv3dx_dump.c31 #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/
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
Dv3d40_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/u-boot/arch/powerpc/cpu/mpc83xx/
Du-boot.lds25 _GOT2_TABLE_ = .;
28 _FIXUP_TABLE_ = .;
/external/u-boot/board/cssi/MCR3000/
Du-boot.lds43 _GOT2_TABLE_ = .;
46 _FIXUP_TABLE_ = .;
/external/u-boot/arch/powerpc/cpu/mpc86xx/
Du-boot.lds31 _GOT2_TABLE_ = .;
34 _FIXUP_TABLE_ = .;
/external/elfutils/libebl/
Deblgotpcreloccheck.c39 ebl_gotpc_reloc_check (Ebl *ebl, int reloc) in ebl_gotpc_reloc_check()
Deblnonerelocp.c38 ebl_none_reloc_p (Ebl *ebl, int reloc) in ebl_none_reloc_p()
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()
Deblrelativerelocp.c38 ebl_relative_reloc_p (Ebl *ebl, int reloc) in ebl_relative_reloc_p()
Deblreloctypecheck.c38 ebl_reloc_type_check (Ebl *ebl, int reloc) in ebl_reloc_type_check()
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/nv30/
Dnv30_vertprog.c90 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/
Dfreedreno_ringbuffer.c112 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/
Detnaviv_surface.h42 struct etna_reloc reloc[ETNA_MAX_PIXELPIPES]; member
/external/mesa3d/src/amd/common/
Dac_binary.c96 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/
Dvc4_cl.h52 #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()

123