Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c139 elf_reloc_entry *reloc, in elf_x86_x86_handle_reloc_addend()
152 elf_x86_x86_map_reloc_info_to_type(elf_reloc_entry *reloc) in elf_x86_x86_map_reloc_info_to_type()
190 elf_x86_x86_write_reloc(unsigned char *bufp, elf_reloc_entry *reloc, in elf_x86_x86_write_reloc()
Delf-x86-amd64.c140 elf_reloc_entry *reloc, in elf_x86_amd64_handle_reloc_addend()
149 elf_x86_amd64_map_reloc_info_to_type(elf_reloc_entry *reloc) in elf_x86_amd64_map_reloc_info_to_type()
194 elf_x86_amd64_write_reloc(unsigned char *bufp, elf_reloc_entry *reloc, in elf_x86_amd64_write_reloc()
Delf.c688 elf_reloc_entry *reloc) in elf_secthead_append_reloc()
721 elf_reloc_entry *reloc, in elf_handle_reloc_addend()
757 elf_reloc_entry *reloc; in elf_secthead_write_relocs_to_file() local
/external/elfutils/0.153/libebl/
Deblnonerelocp.c59 ebl_none_reloc_p (ebl, reloc) in ebl_none_reloc_p() argument
Deblrelocsimpletype.c58 ebl_reloc_simple_type (ebl, reloc) in ebl_reloc_simple_type() argument
Deblgotpcreloccheck.c60 ebl_gotpc_reloc_check (ebl, reloc) in ebl_gotpc_reloc_check() argument
Deblreloctypecheck.c59 ebl_reloc_type_check (ebl, reloc) in ebl_reloc_type_check() argument
Deblrelativerelocp.c59 ebl_relative_reloc_p (ebl, reloc) in ebl_relative_reloc_p() argument
Deblcopyrelocp.c59 ebl_copy_reloc_p (ebl, reloc) in ebl_copy_reloc_p() argument
Deblrelocvaliduse.c59 ebl_reloc_valid_use (ebl, reloc) in ebl_reloc_valid_use() argument
Deblreloctypename.c60 ebl_reloc_type_name (ebl, reloc, buf, len) in ebl_reloc_type_name() argument
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vertprog.c88 struct nv30_shader_reloc *reloc = vp->branch_relocs.data; in nv30_vertprog_validate() local
131 struct nv30_shader_reloc *reloc = vp->const_relocs.data; in nv30_vertprog_validate() local
Dnvfx_fragprog.c268 struct nvfx_relocation reloc; in nv40_fp_cal() local
304 struct nvfx_relocation reloc; in nv40_fp_rep() local
331 struct nvfx_relocation reloc; in nv40_fp_bra() local
Dnvfx_vertprog.c122 struct nvfx_relocation reloc; in emit_src() local
466 struct nvfx_relocation reloc; in nvfx_vertprog_parse_instruction() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_vertprog.c88 struct nv30_shader_reloc *reloc = vp->branch_relocs.data; in nv30_vertprog_validate() local
131 struct nv30_shader_reloc *reloc = vp->const_relocs.data; in nv30_vertprog_validate() local
Dnvfx_fragprog.c268 struct nvfx_relocation reloc; in nv40_fp_cal() local
304 struct nvfx_relocation reloc; in nv40_fp_rep() local
331 struct nvfx_relocation reloc; in nv40_fp_bra() local
Dnvfx_vertprog.c122 struct nvfx_relocation reloc; in emit_src() local
466 struct nvfx_relocation reloc; in nvfx_vertprog_parse_instruction() local
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c199 static INLINE void update_reloc_domains(struct drm_radeon_cs_reloc *reloc, in update_reloc_domains()
212 struct drm_radeon_cs_reloc *reloc; in radeon_get_reloc() local
253 struct drm_radeon_cs_reloc *reloc; in radeon_add_reloc() local
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c199 static INLINE void update_reloc_domains(struct drm_radeon_cs_reloc *reloc, in update_reloc_domains()
212 struct drm_radeon_cs_reloc *reloc; in radeon_get_reloc() local
253 struct drm_radeon_cs_reloc *reloc; in radeon_add_reloc() local
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_relocations.cpp476 const ELF::Addr reloc = static_cast<ELF::Addr>(rela->r_offset + load_bias_); in ApplyRelaReloc() local
570 const ELF::Addr reloc = static_cast<ELF::Addr>(rel->r_offset + load_bias_); in ApplyRelReloc() local
673 ELF::Addr reloc, in ResolveSymbol()
739 ELF::Addr reloc = static_cast<ELF::Addr>(rel->r_offset + load_bias_); in ApplyRelRelocs() local
789 ELF::Addr reloc = static_cast<ELF::Addr>(rela->r_offset + load_bias_); in ApplyRelaRelocs() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
Dnasm-listfmt.c104 bcreloc *reloc = yasm_xmalloc(sizeof(bcreloc)); in nasm_listfmt_output_value() local
154 /*@null@*/ bcreloc *reloc = NULL; in nasm_listfmt_output() local
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c143 struct vmw_region_relocation *reloc = &vswc->region.relocs[i]; in vmw_swc_flush() local
279 struct vmw_region_relocation *reloc; in vmw_swc_region_relocation() local
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
Dvmw_context.c143 struct vmw_region_relocation *reloc = &vswc->region.relocs[i]; in vmw_swc_flush() local
279 struct vmw_region_relocation *reloc; in vmw_swc_region_relocation() local
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp68 const object::coff_relocation *reloc = Obj.getCOFFRelocation(Reloc); in dumpSections() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c41 yasm_reloc reloc; member
186 xdf_reloc *reloc; in xdf_objfmt_output_value() local
288 xdf_reloc *reloc; in xdf_objfmt_output_section() local

12