Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.h36 struct section *base, *reloc; member
66 struct reloc { struct
67 struct list_head list;
68 struct hlist_node hash;
69 union {
95 DECLARE_HASHTABLE(reloc_hash, ELF_HASH_BITS); argument
122 static inline u32 reloc_hash(struct reloc *reloc) in reloc_hash()
H A Delf.c234 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local
515 struct reloc *reloc; in elf_add_reloc() local
551 struct reloc *reloc; in elf_dirty_reloc_sym() local
784 static int read_rel_reloc(struct section *sec, int i, struct reloc *reloc, unsigned int *symndx) in read_rel_reloc()
797 static int read_rela_reloc(struct section *sec, int i, struct reloc *reloc, unsigned int *symndx) in read_rela_reloc()
813 struct reloc *reloc; in read_relocs() local
1134 struct reloc *reloc; in elf_rebuild_rel_reloc_section() local
1163 struct reloc *reloc; in elf_rebuild_rela_reloc_section() local
1193 struct reloc *reloc; in elf_rebuild_reloc_section() local
1226 int elf_write_reloc(struct elf *elf, struct reloc *reloc) in elf_write_reloc()
[all …]
H A Dcheck.c443 struct reloc *reloc; in add_dead_ends() local
754 struct reloc *reloc; in add_ignores() local
951 struct reloc *reloc; in add_ignore_alternatives() local
1018 struct reloc *reloc = insn_reloc(file, insn); in annotate_call_site() local
1179 struct reloc *reloc; in add_jump_destinations() local
1307 struct reloc *reloc; in add_call_destinations() local
1606 struct reloc *reloc = table; in add_jump_table() local
1710 struct reloc *reloc; in mark_func_jump_tables() local
1802 struct reloc *reloc; in read_unwind_hints() local
1891 struct reloc *reloc; in read_retpoline_hints() local
[all …]
H A Dspecial.c58 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/
H A Du-boot.lds41 __got_start = .;
43 __got_end = .;
44 _GOT2_TABLE_ = .;
46 _FIXUP_TABLE_ = .;
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand_spl.lds22 _GOT2_TABLE_ = .;
25 _FIXUP_TABLE_ = .;
H A Du-boot-spl.lds29 _GOT2_TABLE_ = .;
32 _FIXUP_TABLE_ = .;
H A Du-boot-nand.lds44 _GOT2_TABLE_ = .;
47 _FIXUP_TABLE_ = .;
H A Du-boot.lds50 _GOT2_TABLE_ = .;
53 _FIXUP_TABLE_ = .;
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Du-boot.lds26 _GOT2_TABLE_ = .;
29 _FIXUP_TABLE_ = .;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_execbuffer.c13 u64 reloc; in read_reloc() local
83 u64 reloc = read_reloc(map, offsets[i], mask); in __igt_gpu_reloc() local
/OK3568_Linux_fs/u-boot/board/cssi/MCR3000/
H A Du-boot.lds44 _GOT2_TABLE_ = .;
47 _FIXUP_TABLE_ = .;
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Du-boot.lds32 _GOT2_TABLE_ = .;
35 _FIXUP_TABLE_ = .;
/OK3568_Linux_fs/kernel/drivers/gpu/host1x/
H A Djob.c117 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
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvmlinux.lds.S152 _relocation_start = .;
164 _relocation_end = .;
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Dspecial.c43 struct reloc *reloc) in arch_support_alt_relocation()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dkexec.c74 void (*reloc)(unsigned long head, in machine_kexec() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.h35 const u32 *reloc; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dr300.c635 struct radeon_bo_list *reloc; in r300_packet0_check() local
1179 struct radeon_bo_list *reloc; in r300_packet3_check() local
H A Dr200.c149 struct radeon_bo_list *reloc; in r200_packet0_check() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dflat.h76 } reloc; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c595 struct drm_nouveau_gem_pushbuf_reloc *reloc, in nouveau_gem_pushbuf_reloc_apply()
678 struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL; in nouveau_gem_ioctl_pushbuf() local
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.c179 int *reloc; in handle_relocations() local
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h104 void (*reloc) (void); member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmap.h29 u64 reloc; member

12