/openbmc/linux/tools/objtool/include/objtool/ |
H A D | elf.h | 74 struct reloc { struct 78 struct reloc *sym_next_reloc; argument 198 static inline unsigned int reloc_idx(struct reloc *reloc) in reloc_idx() 203 static inline void *reloc_rel(struct reloc *reloc) in reloc_rel() 210 static inline bool is_32bit_reloc(struct reloc *reloc) in is_32bit_reloc() 221 #define __get_reloc_field(reloc, field) \ argument 228 #define __set_reloc_field(reloc, field, val) \ argument 236 static inline u64 reloc_offset(struct reloc *reloc) in reloc_offset() 241 static inline void set_reloc_offset(struct elf *elf, struct reloc *reloc, u64 offset) in set_reloc_offset() 247 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() [all …]
|
/openbmc/u-boot/arch/m68k/cpu/ |
H A D | u-boot.lds | 40 __got_start = .; 42 __got_end = .; 43 _GOT2_TABLE_ = .; 45 _FIXUP_TABLE_ = .;
|
/openbmc/linux/tools/objtool/ |
H A D | check.c | 496 struct reloc *reloc; in add_pv_ops() local 585 struct reloc *reloc; in add_dead_ends() local 964 struct reloc *reloc; in create_mcount_loc_sections() local 1026 struct reloc *reloc; in add_ignores() local 1266 struct reloc *reloc; in add_ignore_alternatives() local 1320 struct reloc *reloc; in insn_reloc() local 1352 struct reloc *reloc = insn_reloc(file, insn); in annotate_call_site() local 1547 struct reloc *reloc; in add_jump_destinations() local 1675 struct reloc *reloc; in add_call_destinations() local 1888 struct reloc *reloc = insn_reloc(file, orig_insn); in handle_jump_alt() local [all …]
|
H A D | elf.c | 271 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local 581 struct reloc *reloc; in elf_update_sym_relocs() local 855 struct reloc *reloc, empty = { 0 }; in elf_init_reloc() local 939 struct reloc *reloc; in read_relocs() local
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | u-boot-nand_spl.lds | 21 _GOT2_TABLE_ = .; 24 _FIXUP_TABLE_ = .;
|
H A D | u-boot-spl.lds | 28 _GOT2_TABLE_ = .; 31 _FIXUP_TABLE_ = .;
|
H A D | u-boot-nand.lds | 43 _GOT2_TABLE_ = .; 46 _FIXUP_TABLE_ = .;
|
H A D | u-boot.lds | 49 _GOT2_TABLE_ = .; 52 _FIXUP_TABLE_ = .;
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | u-boot.lds | 25 _GOT2_TABLE_ = .; 28 _FIXUP_TABLE_ = .;
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | u-boot.lds | 31 _GOT2_TABLE_ = .; 34 _FIXUP_TABLE_ = .;
|
/openbmc/u-boot/board/cssi/MCR3000/ |
H A D | u-boot.lds | 42 _GOT2_TABLE_ = .; 45 _FIXUP_TABLE_ = .;
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | job.c | 153 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
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 160 _relocation_start = .; 172 _relocation_end = .;
|
/openbmc/linux/tools/objtool/arch/powerpc/ |
H A D | special.c | 10 struct reloc *reloc) in arch_support_alt_relocation()
|
H A D | decode.c | 83 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc()
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | special.c | 43 struct reloc *reloc) in arch_support_alt_relocation()
|
/openbmc/u-boot/arch/mips/cpu/ |
H A D | u-boot.lds | 45 __rel_start = .;
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_flat.h | 5 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_flat.h | 9 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | kexec.c | 76 void (*reloc)(unsigned long head, in machine_kexec() local
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_renderstate.h | 18 const u32 *reloc; member
|
/openbmc/linux/tools/perf/util/ |
H A D | map.h | 26 u64 reloc; in DECLARE_RC_STRUCT() local 277 static inline void map__set_reloc(struct map *map, u64 reloc) in map__set_reloc()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r200.c | 149 struct radeon_bo_list *reloc; in r200_packet0_check() local
|
H A D | r300.c | 629 struct radeon_bo_list *reloc; in r300_packet0_check() local 1174 struct radeon_bo_list *reloc; in r300_packet3_check() local
|
/openbmc/linux/include/linux/ |
H A D | flat.h | 76 } reloc; member
|