Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/objtool/include/objtool/
Delf.h74 struct reloc { struct
78 struct reloc *sym_next_reloc; argument
198 static inline unsigned int reloc_idx(struct reloc *reloc) in reloc_idx()
203 static inline void *reloc_rel(struct reloc *reloc) in reloc_rel()
210 static inline bool is_32bit_reloc(struct reloc *reloc) in is_32bit_reloc()
221 #define __get_reloc_field(reloc, field) \ argument
228 #define __set_reloc_field(reloc, field, val) \ argument
236 static inline u64 reloc_offset(struct reloc *reloc) in reloc_offset()
241 static inline void set_reloc_offset(struct elf *elf, struct reloc *reloc, u64 offset) in set_reloc_offset()
247 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend()
[all …]
/linux-6.6.21/tools/objtool/
Dcheck.c496 struct reloc *reloc; in add_pv_ops() local
585 struct reloc *reloc; in add_dead_ends() local
964 struct reloc *reloc; in create_mcount_loc_sections() local
1026 struct reloc *reloc; in add_ignores() local
1266 struct reloc *reloc; in add_ignore_alternatives() local
1320 struct reloc *reloc; in insn_reloc() local
1352 struct reloc *reloc = insn_reloc(file, insn); in annotate_call_site() local
1547 struct reloc *reloc; in add_jump_destinations() local
1675 struct reloc *reloc; in add_call_destinations() local
1888 struct reloc *reloc = insn_reloc(file, orig_insn); in handle_jump_alt() local
[all …]
Delf.c271 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local
581 struct reloc *reloc; in elf_update_sym_relocs() local
855 struct reloc *reloc, empty = { 0 }; in elf_init_reloc() local
939 struct reloc *reloc; in read_relocs() local
Dspecial.c61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off()
/linux-6.6.21/drivers/gpu/host1x/
Djob.c153 struct host1x_reloc *reloc = &job->relocs[i]; in pin_job() local
287 struct host1x_reloc *reloc = &job->relocs[i]; in do_relocs() local
323 static bool check_reloc(struct host1x_reloc *reloc, struct host1x_bo *cmdbuf, in check_reloc()
343 struct host1x_reloc *reloc; member
/linux-6.6.21/arch/mips/kernel/
Dvmlinux.lds.S160 _relocation_start = .;
172 _relocation_end = .;
/linux-6.6.21/tools/objtool/arch/powerpc/
Dspecial.c10 struct reloc *reloc) in arch_support_alt_relocation()
Ddecode.c83 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc()
/linux-6.6.21/tools/objtool/arch/x86/
Dspecial.c43 struct reloc *reloc) in arch_support_alt_relocation()
Ddecode.c81 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc()
/linux-6.6.21/arch/parisc/kernel/
Dkexec.c76 void (*reloc)(unsigned long head, in machine_kexec() local
/linux-6.6.21/tools/perf/util/
Dmap.h26 u64 reloc; in DECLARE_RC_STRUCT() local
277 static inline void map__set_reloc(struct map *map, u64 reloc) in map__set_reloc()
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_renderstate.h18 const u32 *reloc; member
/linux-6.6.21/drivers/gpu/drm/radeon/
Dr300.c629 struct radeon_bo_list *reloc; in r300_packet0_check() local
1174 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
/linux-6.6.21/include/linux/
Dflat.h76 } reloc; member
/linux-6.6.21/arch/x86/boot/compressed/
Dmisc.c188 int *reloc; in handle_relocations() local
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_gem.c655 struct drm_nouveau_gem_pushbuf_reloc *reloc, in nouveau_gem_pushbuf_reloc_apply()
749 struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL; in nouveau_gem_ioctl_pushbuf() local
/linux-6.6.21/drivers/pci/
Dof_property.c55 u32 reg_num, u32 flags, bool reloc) in of_pci_set_address()
/linux-6.6.21/fs/isofs/
Drock.c315 struct inode *reloc; in parse_rock_ridge_inode_internal() local
/linux-6.6.21/drivers/gpu/drm/qxl/
Dqxl_ioctl.c205 struct drm_qxl_reloc reloc; in qxl_process_single_command() local
/linux-6.6.21/fs/
Dbinfmt_flat.c411 __be32 __user *reloc; in load_flat_file() local

12