Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/objtool/include/objtool/
Delf.h36 struct section *base, *reloc; member
66 struct reloc { struct
67 struct list_head list;
68 struct hlist_node hash;
69 union {
73 struct section *sec;
97 int reloc_bits; argument
130 static inline u32 reloc_hash(struct reloc *reloc) in reloc_hash()
Dcheck.h68 struct reloc *reloc; member
/linux-6.1.9/tools/objtool/
Delf.c254 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local
555 struct reloc *reloc; in elf_add_reloc() local
592 struct reloc *reloc; in elf_dirty_reloc_sym() local
825 static int read_rel_reloc(struct section *sec, int i, struct reloc *reloc, unsigned int *symndx) in read_rel_reloc()
838 static int read_rela_reloc(struct section *sec, int i, struct reloc *reloc, unsigned int *symndx) in read_rela_reloc()
854 struct reloc *reloc; in read_relocs() local
1171 struct reloc *reloc; in elf_rebuild_rel_reloc_section() local
1202 struct reloc *reloc; in elf_rebuild_rela_reloc_section() local
1260 int elf_write_reloc(struct elf *elf, struct reloc *reloc) in elf_write_reloc()
1338 struct reloc *reloc, *tmpreloc; in elf_close() local
Dcheck.c549 struct reloc *reloc; in add_dead_ends() local
904 struct reloc *reloc; in add_ignores() local
1138 struct reloc *reloc; in add_ignore_alternatives() local
1208 struct reloc *reloc = insn_reloc(file, insn); in annotate_call_site() local
1380 struct reloc *reloc; in add_jump_destinations() local
1509 struct reloc *reloc; in add_call_destinations() local
1718 struct reloc *reloc = insn_reloc(file, orig_insn); in handle_jump_alt() local
1837 struct reloc *reloc = table; in add_jump_table() local
1941 struct reloc *reloc; in mark_func_jump_tables() local
2033 struct reloc *reloc; in read_unwind_hints() local
[all …]
Dspecial.c61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off()
/linux-6.1.9/drivers/gpu/host1x/
Djob.c147 struct host1x_reloc *reloc = &job->relocs[i]; in pin_job() local
281 struct host1x_reloc *reloc = &job->relocs[i]; in do_relocs() local
317 static bool check_reloc(struct host1x_reloc *reloc, struct host1x_bo *cmdbuf, in check_reloc()
337 struct host1x_reloc *reloc; member
/linux-6.1.9/arch/mips/kernel/
Dvmlinux.lds.S159 _relocation_start = .;
171 _relocation_end = .;
/linux-6.1.9/tools/objtool/arch/x86/
Dspecial.c43 struct reloc *reloc) in arch_support_alt_relocation()
/linux-6.1.9/arch/parisc/kernel/
Dkexec.c74 void (*reloc)(unsigned long head, in machine_kexec() local
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_renderstate.h18 const u32 *reloc; member
/linux-6.1.9/drivers/gpu/drm/radeon/
Dr300.c630 struct radeon_bo_list *reloc; in r300_packet0_check() local
1175 struct radeon_bo_list *reloc; in r300_packet3_check() local
Dr200.c149 struct radeon_bo_list *reloc; in r200_packet0_check() local
Dr100.c1275 struct radeon_bo_list *reloc; in r100_reloc_pitch_offset() local
1314 struct radeon_bo_list *reloc; in r100_packet3_load_vbpntr() local
1563 struct radeon_bo_list *reloc; in r100_packet0_check() local
1921 struct radeon_bo_list *reloc; in r100_packet3_check() local
Dradeon_vce.c473 struct radeon_bo_list *reloc; in radeon_vce_cs_reloc() local
Dradeon_cs.c253 struct radeon_bo_list *reloc; in radeon_cs_sync_rings() local
Devergreen_cs.c1096 struct radeon_bo_list *reloc; in evergreen_cs_handle_reg() local
1774 struct radeon_bo_list *reloc; in evergreen_packet3_check() local
Dr600_cs.c969 struct radeon_bo_list *reloc; in r600_cs_check_reg() local
1629 struct radeon_bo_list *reloc; in r600_packet3_check() local
/linux-6.1.9/include/linux/
Dflat.h76 } reloc; member
/linux-6.1.9/tools/perf/util/
Dmap.h29 u64 reloc; member
/linux-6.1.9/arch/x86/boot/compressed/
Dmisc.c188 int *reloc; in handle_relocations() local
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_gem.c645 struct drm_nouveau_gem_pushbuf_reloc *reloc, in nouveau_gem_pushbuf_reloc_apply()
728 struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL; in nouveau_gem_ioctl_pushbuf() local
/linux-6.1.9/fs/isofs/
Drock.c315 struct inode *reloc; in parse_rock_ridge_inode_internal() local
/linux-6.1.9/drivers/gpu/drm/qxl/
Dqxl_ioctl.c206 struct drm_qxl_reloc reloc; in qxl_process_single_command() local
/linux-6.1.9/fs/
Dbinfmt_flat.c411 __be32 __user *reloc; in load_flat_file() local
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c1102 relocation_target(const struct drm_i915_gem_relocation_entry *reloc, in relocation_target()
1379 const struct drm_i915_gem_relocation_entry *reloc, in relocate_entry()
1412 const struct drm_i915_gem_relocation_entry *reloc) in eb_relocate_entry()

12