Searched defs:reloc (Results 1 – 12 of 12) sorted by relevance
| /tools/objtool/include/objtool/ |
| D | elf.h | 76 struct reloc { struct 80 struct reloc *sym_next_reloc; argument 200 static inline unsigned int reloc_idx(struct reloc *reloc) in reloc_idx() 205 static inline void *reloc_rel(struct reloc *reloc) in reloc_rel() 212 static inline bool is_32bit_reloc(struct reloc *reloc) in is_32bit_reloc() 223 #define __get_reloc_field(reloc, field) \ argument 230 #define __set_reloc_field(reloc, field, val) \ argument 238 static inline u64 reloc_offset(struct reloc *reloc) in reloc_offset() 243 static inline void set_reloc_offset(struct elf *elf, struct reloc *reloc, u64 offset) in set_reloc_offset() 249 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() [all …]
|
| /tools/objtool/ |
| D | check.c | 552 struct reloc *reloc; in add_pv_ops() local 641 struct reloc *reloc; in add_dead_ends() local 983 struct reloc *reloc; in create_mcount_loc_sections() local 1045 struct reloc *reloc; in add_ignores() local 1290 struct reloc *reloc; in add_ignore_alternatives() local 1344 struct reloc *reloc; in insn_reloc() local 1376 struct reloc *reloc = insn_reloc(file, insn); in annotate_call_site() local 1571 struct reloc *reloc; in add_jump_destinations() local 1725 struct reloc *reloc; in add_call_destinations() local 1938 struct reloc *reloc = insn_reloc(file, orig_insn); in handle_jump_alt() local [all …]
|
| D | elf.c | 274 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local 584 struct reloc *reloc; in elf_update_sym_relocs() local 858 struct reloc *reloc, empty = { 0 }; in elf_init_reloc() local 942 struct reloc *reloc; in read_relocs() local
|
| D | special.c | 61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off()
|
| /tools/objtool/arch/loongarch/ |
| D | special.c | 6 struct reloc *reloc) in arch_support_alt_relocation()
|
| D | decode.c | 28 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc()
|
| /tools/objtool/arch/powerpc/ |
| D | special.c | 10 struct reloc *reloc) in arch_support_alt_relocation()
|
| D | decode.c | 83 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc()
|
| /tools/objtool/arch/x86/ |
| D | special.c | 66 struct reloc *reloc) in arch_support_alt_relocation()
|
| D | decode.c | 81 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc()
|
| /tools/perf/util/ |
| D | map.h | 30 u64 reloc; in DECLARE_RC_STRUCT() local 286 static inline void map__set_reloc(struct map *map, u64 reloc) in map__set_reloc()
|
| D | probe-event.c | 131 bool reloc, bool reladdr) in kernel_get_symbol_address_by_name()
|