Searched defs:reloc (Results 1 – 12 of 12) sorted by relevance
/tools/objtool/include/objtool/ |
A D | elf.h | 78 struct reloc { struct 82 unsigned long _sym_next_reloc; argument 207 static inline void *reloc_rel(struct reloc *reloc) in reloc_rel() 225 #define __get_reloc_field(reloc, field) \ argument 232 #define __set_reloc_field(reloc, field, val) \ argument 240 static inline u64 reloc_offset(struct reloc *reloc) in reloc_offset() 251 static inline s64 reloc_addend(struct reloc *reloc) in reloc_addend() 305 static inline bool is_jump_table(struct reloc *reloc) in is_jump_table() 339 #define for_each_reloc(rsec, reloc) \ argument 345 #define for_each_reloc_from(rsec, reloc) \ argument [all …]
|
/tools/objtool/arch/loongarch/ |
A D | special.c | 8 struct reloc *reloc) in arch_support_alt_relocation() 24 struct reloc *reloc; in get_rodata_table_size_by_table_annotate() local 117 struct reloc *reloc; in find_reloc_by_table_annotate() local 147 struct reloc *reloc; in find_reloc_of_rodata_c_jump_table() local
|
A D | decode.c | 25 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc() 368 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size() 379 unsigned long arch_jump_table_sym_offset(struct reloc *reloc, struct reloc *table) in arch_jump_table_sym_offset()
|
/tools/objtool/arch/powerpc/ |
A D | decode.c | 91 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc() 118 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size()
|
A D | special.c | 10 struct reloc *reloc) in arch_support_alt_relocation()
|
/tools/objtool/ |
A D | check.c | 551 struct reloc *reloc; in add_pv_ops() local 930 struct reloc *reloc; in create_mcount_loc_sections() local 991 struct reloc *reloc; in add_ignores() local 1259 struct reloc *reloc; in insn_reloc() local 1484 struct reloc *reloc; in add_jump_destinations() local 1647 struct reloc *reloc; in add_call_destinations() local 2199 struct reloc *reloc; in read_unwind_hints() local 2300 struct reloc *reloc; in read_annotate() local 3329 struct reloc *reloc; in call_dest_name() local 3348 struct reloc *reloc; in pv_call_dest() local [all …]
|
A D | elf.c | 274 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local 608 struct reloc *reloc; in elf_update_sym_relocs() local 887 struct reloc *reloc, empty = { 0 }; in elf_init_reloc() local 969 struct reloc *reloc; in read_relocs() local
|
A D | special.c | 61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off()
|
/tools/objtool/arch/x86/ |
A D | special.c | 36 struct reloc *reloc) in arch_support_alt_relocation()
|
A D | decode.c | 81 bool arch_pc_relative_reloc(struct reloc *reloc) in arch_pc_relative_reloc() 871 unsigned int arch_reloc_size(struct reloc *reloc) in arch_reloc_size()
|
/tools/perf/util/ |
A D | map.h | 30 u64 reloc; in DECLARE_RC_STRUCT() local 285 static inline void map__set_reloc(struct map *map, u64 reloc) in map__set_reloc()
|
A D | probe-event.c | 138 bool reloc, bool reladdr) in kernel_get_symbol_address_by_name()
|
Completed in 45 milliseconds