Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Delf.h79 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
316 sym_next_reloc(struct reloc * reloc) sym_next_reloc() 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.c190 struct reloc *reloc; in read_sym_checksums() local
725 is_reloc_allowed(struct reloc * reloc) is_reloc_allowed() argument
838 convert_reloc_sym_to_secsym(struct elf * elf,struct reloc * reloc) convert_reloc_sym_to_secsym() argument
852 convert_reloc_secsym_to_sym(struct elf * elf,struct reloc * reloc) convert_reloc_secsym_to_sym() argument
883 convert_reloc_sym(struct elf * elf,struct reloc * reloc) convert_reloc_sym() argument
1212 struct reloc *reloc; create_fake_symbols() local
1286 struct reloc *reloc; should_keep_special_sym() local
1328 struct reloc *reloc; validate_special_section_klp_reloc() local
1561 struct reloc *reloc; create_klp_sections() local
1577 struct reloc *reloc; create_klp_sections() local
1593 struct reloc *reloc; create_klp_sections() local
1609 struct reloc *reloc; create_klp_sections() local
[all...]
H A Dcheck.c530 struct reloc *reloc; add_pv_ops() local
932 struct reloc *reloc; create_mcount_loc_sections() local
1045 struct reloc *reloc; add_ignores() local
1313 struct reloc *reloc; insn_reloc() local
1345 struct reloc *reloc = insn_reloc(file, insn); annotate_call_site() local
1517 struct reloc *reloc; add_jump_destinations() local
1660 struct reloc *reloc; add_call_destinations() local
1882 struct reloc *reloc = insn_reloc(file, orig_insn); handle_jump_alt() local
2008 arch_jump_table_sym_offset(struct reloc * reloc,struct reloc * table) arch_jump_table_sym_offset() argument
2020 struct reloc *reloc = table; add_jump_table() local
2221 struct reloc *reloc; read_unwind_hints() local
2315 struct reloc *reloc; read_annotate() local
3394 struct reloc *reloc; call_dest_name() local
3413 struct reloc *reloc; pv_call_dest() local
3652 struct reloc *reloc = insn_reloc(file, insn); checksum_update_insn() local
4640 struct reloc *reloc; validate_ibt_insn() local
4699 validate_ibt_data_reloc(struct objtool_file * file,struct reloc * reloc) validate_ibt_data_reloc() argument
4730 struct reloc *reloc; validate_ibt() local
4846 arch_absolute_reloc(struct elf * elf,struct reloc * reloc) arch_absolute_reloc() argument
4857 struct reloc *reloc; check_abs_references() local
[all...]
H A Delf.c322 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local
716 struct reloc *reloc; in elf_update_sym_relocs() local
984 struct reloc *reloc, empty = { 0 }; in elf_init_reloc() local
1064 struct reloc *reloc; in read_relocs() local
1550 struct reloc *reloc; in elf_alloc_reloc() local
H A Ddisas.c243 struct reloc *reloc; in disas_print_addr_reloc() local
/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/tools/objtool/arch/x86/
H A Ddecode.c81 arch_pc_relative_reloc(struct reloc * reloc) arch_pc_relative_reloc() argument
871 arch_reloc_size(struct reloc * reloc) arch_reloc_size() argument
884 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/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/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.h18 const u32 *reloc; member
/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()
H A Dprobe-event.c138 bool reloc, bool reladdr) in kernel_get_symbol_address_by_name()
/linux/include/linux/
H A Dflat.h76 } reloc; member
/linux/arch/x86/boot/compressed/
H A Dmisc.c201 int *reloc; in handle_relocations() local
/linux/fs/isofs/
H A Drock.c315 struct inode *reloc; in parse_rock_ridge_inode_internal() 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.c1097 relocation_target(const struct drm_i915_gem_relocation_entry *reloc, in relocation_target()
1378 const struct drm_i915_gem_relocation_entry *reloc, in relocate_entry()
1411 const struct drm_i915_gem_relocation_entry *reloc) in eb_relocate_entry()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1139 struct vmw_relocation *reloc; in vmw_translate_mob_ptr() local
1195 struct vmw_relocation *reloc; in vmw_translate_guest_ptr() local
3758 struct vmw_relocation *reloc; in vmw_apply_relocations() local
/linux/drivers/gpu/drm/tegra/
H A Ddrm.c271 struct host1x_reloc *reloc; in tegra_drm_submit() local
/linux/include/uapi/drm/
H A Dtegra_drm.h829 } reloc; member