Home
last modified time | relevance | path

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

12

/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.c191 struct reloc *reloc; read_sym_checksums() local
842 is_reloc_allowed(struct reloc * reloc) is_reloc_allowed() argument
955 convert_reloc_sym_to_secsym(struct elf * elf,struct reloc * reloc) convert_reloc_sym_to_secsym() argument
969 convert_reloc_secsym_to_sym(struct elf * elf,struct reloc * reloc) convert_reloc_secsym_to_sym() argument
1000 convert_reloc_sym(struct elf * elf,struct reloc * reloc) convert_reloc_sym() argument
1329 struct reloc *reloc; create_fake_symbols() local
1403 struct reloc *reloc; should_keep_special_sym() local
1445 struct reloc *reloc; validate_special_section_klp_reloc() local
1691 struct reloc *reloc; create_klp_sections() local
1707 struct reloc *reloc; create_klp_sections() local
1723 struct reloc *reloc; create_klp_sections() local
1739 struct reloc *reloc; create_klp_sections() local
[all...]
H A Dcheck.c557 struct reloc *reloc; in add_pv_ops() local
996 struct reloc *reloc; in create_mcount_loc_sections() local
1056 struct reloc *reloc; in add_ignores() local
1324 struct reloc *reloc; in insn_reloc() local
1353 struct reloc *reloc = insn_reloc(file, insn); in annotate_call_site() local
1525 struct reloc *reloc; in add_jump_destinations() local
1668 struct reloc *reloc; in add_call_destinations() local
1888 struct reloc *reloc = insn_reloc(file, orig_insn); in handle_jump_alt() local
2014 __weak unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table) in arch_jump_table_sym_offset()
2026 struct reloc *reloc = table; in add_jump_table() local
[all …]
H A Delf.c341 struct reloc *reloc, *r = NULL; find_reloc_by_dest_range() local
768 struct reloc *reloc; elf_update_sym_relocs() local
1036 struct reloc *reloc, empty = { 0 }; elf_init_reloc() local
1116 struct reloc *reloc; read_relocs() local
1586 struct reloc *reloc; elf_alloc_reloc() local
[all...]
H A Ddisas.c243 struct reloc *reloc; disas_print_addr_reloc() local
/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
931 arch_reloc_size(struct reloc * reloc) arch_reloc_size() argument
944 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; DECLARE_RC_STRUCT() local
285 map__set_reloc(struct map * map,u64 reloc) map__set_reloc() argument
/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.c1301 struct radeon_bo_list *reloc; in r100_reloc_pitch_offset() local
1340 struct radeon_bo_list *reloc; in r100_packet3_load_vbpntr() local
1589 struct radeon_bo_list *reloc; in r100_packet0_check() local
1947 struct radeon_bo_list *reloc; in r100_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
H A Devergreen_cs.c1100 struct radeon_bo_list *reloc; in evergreen_cs_handle_reg() local
1778 struct radeon_bo_list *reloc; in evergreen_packet3_check() local
/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/arch/s390/boot/
H A Dstartup.c229 int *reloc; in kaslr_adjust_relocs() local
/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/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
3774 struct vmw_relocation *reloc; in vmw_apply_relocations() local
/linux/sound/hda/codecs/
H A Dca0132.c3182 dspxfr_one_seg(struct hda_codec * codec,const struct dsp_image_seg * fls,unsigned int reloc,struct dma_engine * dma_engine,unsigned int dma_chan,unsigned int port_map_mask,bool ovly) dspxfr_one_seg() argument
3378 dspxfr_image(struct hda_codec * codec,const struct dsp_image_seg * fls_data,unsigned int reloc,unsigned int sample_rate,unsigned short channels,bool ovly) dspxfr_image() argument
3532 dspload_image(struct hda_codec * codec,const struct dsp_image_seg * fls,bool ovly,unsigned int reloc,bool autostart,int router_chans) dspload_image() argument
[all...]

12