Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h74 struct reloc { struct
78 struct reloc *sym_next_reloc; argument
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()
247 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend()
310 #define for_each_reloc(rsec, reloc) \ argument
316 #define for_each_reloc_from(rsec, reloc) \ argument
[all …]
/openbmc/u-boot/arch/m68k/cpu/
H A Du-boot.lds40 __got_start = .;
42 __got_end = .;
43 _GOT2_TABLE_ = .;
45 _FIXUP_TABLE_ = .;
/openbmc/linux/tools/objtool/
H A Dcheck.c496 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
1547 struct reloc *reloc; in add_jump_destinations() local
1675 struct reloc *reloc; in add_call_destinations() local
2110 struct reloc *reloc; in mark_func_jump_tables() local
2210 struct reloc *reloc; in read_unwind_hints() local
[all …]
H A Delf.c271 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 Du-boot-nand_spl.lds21 _GOT2_TABLE_ = .;
24 _FIXUP_TABLE_ = .;
H A Du-boot-spl.lds28 _GOT2_TABLE_ = .;
31 _FIXUP_TABLE_ = .;
H A Du-boot-nand.lds43 _GOT2_TABLE_ = .;
46 _FIXUP_TABLE_ = .;
H A Du-boot.lds49 _GOT2_TABLE_ = .;
52 _FIXUP_TABLE_ = .;
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Du-boot.lds25 _GOT2_TABLE_ = .;
28 _FIXUP_TABLE_ = .;
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Du-boot.lds31 _GOT2_TABLE_ = .;
34 _FIXUP_TABLE_ = .;
/openbmc/u-boot/board/cssi/MCR3000/
H A Du-boot.lds42 _GOT2_TABLE_ = .;
45 _FIXUP_TABLE_ = .;
/openbmc/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
/openbmc/linux/arch/mips/kernel/
H A Dvmlinux.lds.S160 _relocation_start = .;
172 _relocation_end = .;
/openbmc/linux/tools/objtool/arch/powerpc/
H A Dspecial.c10 struct reloc *reloc) in arch_support_alt_relocation()
H A Ddecode.c83 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc()
/openbmc/linux/tools/objtool/arch/x86/
H A Dspecial.c43 struct reloc *reloc) in arch_support_alt_relocation()
/openbmc/u-boot/arch/mips/cpu/
H A Du-boot.lds45 __rel_start = .;
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_flat.h5 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/openbmc/qemu/linux-user/generic/
H A Dtarget_flat.h9 #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) argument
/openbmc/linux/arch/parisc/kernel/
H A Dkexec.c76 void (*reloc)(unsigned long head, in machine_kexec() local
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.h18 const u32 *reloc; member
/openbmc/linux/tools/perf/util/
H A Dmap.h26 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 Dr200.c149 struct radeon_bo_list *reloc; in r200_packet0_check() local
H A Dr300.c629 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 Dflat.h76 } reloc; member

12