Home
last modified time | relevance | path

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

12

/linux/tools/objtool/include/objtool/
H A Delf.h316 static inline unsigned int reloc_idx(struct reloc *relo argument
79 struct reloc { global() struct
83 _sym_next_relocreloc global() argument
203 reloc_idx(struct reloc * reloc) reloc_idx() argument
208 reloc_rel(struct reloc * reloc) reloc_rel() argument
215 is_32bit_reloc(struct reloc * reloc) is_32bit_reloc() argument
226 __get_reloc_field(reloc,field) global() argument
233 __set_reloc_field(reloc,field,val) global() argument
241 reloc_offset(struct reloc * reloc) reloc_offset() argument
246 set_reloc_offset(struct elf * elf,struct reloc * reloc,u64 offset) set_reloc_offset() argument
252 reloc_addend(struct reloc * reloc) reloc_addend() argument
257 set_reloc_addend(struct elf * elf,struct reloc * reloc,s64 addend) set_reloc_addend() argument
264 reloc_sym(struct reloc * reloc) reloc_sym() argument
273 reloc_type(struct reloc * reloc) reloc_type() argument
282 set_reloc_sym(struct elf * elf,struct reloc * reloc,unsigned int sym) set_reloc_sym() argument
292 set_reloc_type(struct elf * elf,struct reloc * reloc,unsigned int type) set_reloc_type() argument
306 is_jump_table(struct reloc * reloc) is_jump_table() argument
311 set_jump_table(struct reloc * reloc) set_jump_table() argument
321 set_sym_next_reloc(struct reloc * reloc,struct reloc * next) set_sym_next_reloc() argument
340 for_each_reloc(rsec,reloc) global() argument
346 for_each_reloc_from(rsec,reloc) global() argument
375 reloc_hash(struct reloc * reloc) reloc_hash() argument
[all...]
/linux/tools/objtool/arch/loongarch/
H A Dspecial.c8 struct reloc *reloc) in arch_support_alt_relocation() argument
24 struct reloc *reloc; in get_rodata_table_size_by_table_annotate() local
117 struct reloc *reloc; find_reloc_by_table_annotate() local
147 struct reloc *reloc; find_reloc_of_rodata_c_jump_table() local
[all...]
/linux/tools/objtool/
H A Dklp-diff.c191 struct reloc *reloc; in read_sym_checksums() local
755 is_reloc_allowed(struct reloc * reloc) is_reloc_allowed() argument
868 convert_reloc_sym_to_secsym(struct elf * elf,struct reloc * reloc) convert_reloc_sym_to_secsym() argument
882 convert_reloc_secsym_to_sym(struct elf * elf,struct reloc * reloc) convert_reloc_secsym_to_sym() argument
913 convert_reloc_sym(struct elf * elf,struct reloc * reloc) convert_reloc_sym() argument
1242 struct reloc *reloc; create_fake_symbols() local
1316 struct reloc *reloc; should_keep_special_sym() local
1358 struct reloc *reloc; validate_special_section_klp_reloc() local
1604 struct reloc *reloc; create_klp_sections() local
1620 struct reloc *reloc; create_klp_sections() local
1636 struct reloc *reloc; create_klp_sections() local
1652 struct reloc *reloc; create_klp_sections() local
[all...]
H A Dcheck.c558 struct reloc *reloc; in add_pv_ops() local
973 struct reloc *reloc; create_mcount_loc_sections() local
1086 struct reloc *reloc; add_ignores() local
1354 struct reloc *reloc; insn_reloc() local
1386 struct reloc *reloc = insn_reloc(file, insn); annotate_call_site() local
1558 struct reloc *reloc; add_jump_destinations() local
1701 struct reloc *reloc; add_call_destinations() local
1923 struct reloc *reloc = insn_reloc(file, orig_insn); handle_jump_alt() local
2049 arch_jump_table_sym_offset(struct reloc * reloc,struct reloc * table) arch_jump_table_sym_offset() argument
2061 struct reloc *reloc = table; add_jump_table() local
2261 struct reloc *reloc; read_unwind_hints() local
2355 struct reloc *reloc; read_annotate() local
3448 struct reloc *reloc; call_dest_name() local
3467 struct reloc *reloc; pv_call_dest() local
3706 struct reloc *reloc = insn_reloc(file, insn); checksum_update_insn() local
4694 struct reloc *reloc; validate_ibt_insn() local
4753 validate_ibt_data_reloc(struct objtool_file * file,struct reloc * reloc) validate_ibt_data_reloc() argument
4784 struct reloc *reloc; validate_ibt() local
4900 arch_absolute_reloc(struct elf * elf,struct reloc * reloc) arch_absolute_reloc() argument
4911 struct reloc *reloc; check_abs_references() local
[all...]
H A Delf.c321 struct reloc *reloc, *r = NULL; find_reloc_by_dest_range() local
715 struct reloc *reloc; elf_update_sym_relocs() local
983 struct reloc *reloc, empty = { 0 }; elf_init_reloc() local
1063 struct reloc *reloc; read_relocs() local
1533 struct reloc *reloc; elf_alloc_reloc() local
[all...]
/linux/tools/objtool/arch/x86/
H A Ddecode.c90 s64 arch_insn_adjusted_addend(struct instruction *insn, struct reloc *reloc) in arch_insn_adjusted_addend() argument
121 u64 arch_adjusted_addend(struct reloc *reloc) in arch_adjusted_addend() argument
145 arch_pc_relative_reloc(struct reloc * reloc) arch_pc_relative_reloc() argument
925 arch_reloc_size(struct reloc * reloc) arch_reloc_size() argument
938 arch_absolute_reloc(struct elf * elf,struct reloc * reloc) arch_absolute_reloc() argument
[all...]
H A Dspecial.c36 arch_support_alt_relocation(struct special_alt * special_alt,struct instruction * insn,struct reloc * reloc) arch_support_alt_relocation() argument
/linux/drivers/gpu/host1x/
H A 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/arch/mips/kernel/
H A Dvmlinux.lds.S161 _relocation_start = .;
173 _relocation_end = .;
/linux/tools/objtool/arch/powerpc/
H A Dspecial.c10 struct reloc *reloc) in arch_support_alt_relocation() argument
/linux/arch/parisc/kernel/
H A Dkexec.c76 void (*reloc)(unsigned long head, in machine_kexec() local
/linux/tools/perf/util/
H A Dmap.h30 u64 reloc; in DECLARE_RC_STRUCT() local
285 static inline void map__set_reloc(struct map *map, u64 reloc) in map__set_reloc()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.h18 const u32 *reloc; member
/linux/drivers/gpu/drm/radeon/
H A Dradeon_cs.c249 struct radeon_bo_list *reloc; in radeon_cs_sync_rings() local
420 struct radeon_bo_list *reloc; in radeon_cs_parser_fini() local
H A Dr300.c631 struct radeon_bo_list *reloc; in r300_packet0_check() local
1176 struct radeon_bo_list *reloc; in r300_packet3_check() local
H A Dr100.c1296 struct radeon_bo_list *reloc; in r100_reloc_pitch_offset() local
1335 struct radeon_bo_list *reloc; in r100_packet3_load_vbpntr() local
1584 struct radeon_bo_list *reloc; in r100_packet0_check() local
1942 struct radeon_bo_list *reloc; in r100_packet3_check() local
H A Devergreen_cs.c1098 struct radeon_bo_list *reloc; in evergreen_cs_handle_reg() local
1776 struct radeon_bo_list *reloc; in evergreen_packet3_check() local
H A Dr600_cs.c974 struct radeon_bo_list *reloc; in r600_cs_check_reg() local
1634 struct radeon_bo_list *reloc; in r600_packet3_check() local
/linux/include/linux/
H A Dflat.h76 } reloc; member
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c659 struct drm_nouveau_gem_pushbuf_reloc *reloc, in nouveau_gem_pushbuf_reloc_apply()
753 struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL; in nouveau_gem_ioctl_pushbuf() local
/linux/arch/x86/boot/compressed/
H A Dmisc.c201 int *reloc; in handle_relocations() local
/linux/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c205 struct drm_qxl_reloc reloc; in qxl_process_single_command() local
[all...]
/linux/fs/
H A Dbinfmt_flat.c413 __be32 __user *reloc; in load_flat_file() local
/linux/drivers/pci/
H A Dof_property.c55 u32 reg_num, u32 flags, bool reloc) in of_pci_set_address()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1099 relocation_target(const struct drm_i915_gem_relocation_entry *reloc, in relocation_target()
1380 const struct drm_i915_gem_relocation_entry *reloc, in relocate_entry()
1413 const struct drm_i915_gem_relocation_entry *reloc) in eb_relocate_entry()

12