| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.h | 36 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 D | elf.c | 234 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 D | check.c | 443 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 D | special.c | 58 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 D | u-boot.lds | 41 __got_start = .; 43 __got_end = .; 44 _GOT2_TABLE_ = .; 46 _FIXUP_TABLE_ = .;
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot-nand_spl.lds | 22 _GOT2_TABLE_ = .; 25 _FIXUP_TABLE_ = .;
|
| H A D | u-boot-spl.lds | 29 _GOT2_TABLE_ = .; 32 _FIXUP_TABLE_ = .;
|
| H A D | u-boot-nand.lds | 44 _GOT2_TABLE_ = .; 47 _FIXUP_TABLE_ = .;
|
| H A D | u-boot.lds | 50 _GOT2_TABLE_ = .; 53 _FIXUP_TABLE_ = .;
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | u-boot.lds | 26 _GOT2_TABLE_ = .; 29 _FIXUP_TABLE_ = .;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_execbuffer.c | 13 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 D | u-boot.lds | 44 _GOT2_TABLE_ = .; 47 _FIXUP_TABLE_ = .;
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | u-boot.lds | 32 _GOT2_TABLE_ = .; 35 _FIXUP_TABLE_ = .;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/host1x/ |
| H A D | job.c | 117 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 D | vmlinux.lds.S | 152 _relocation_start = .; 164 _relocation_end = .;
|
| /OK3568_Linux_fs/kernel/tools/objtool/arch/x86/ |
| H A D | special.c | 43 struct reloc *reloc) in arch_support_alt_relocation()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | kexec.c | 74 void (*reloc)(unsigned long head, in machine_kexec() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_renderstate.h | 35 const u32 *reloc; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | r300.c | 635 struct radeon_bo_list *reloc; in r300_packet0_check() local 1179 struct radeon_bo_list *reloc; in r300_packet3_check() local
|
| H A D | r200.c | 149 struct radeon_bo_list *reloc; in r200_packet0_check() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | flat.h | 76 } reloc; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_gem.c | 595 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 D | misc.c | 179 int *reloc; in handle_relocations() local
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | post.h | 104 void (*reloc) (void); member
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | map.h | 29 u64 reloc; member
|