Searched defs:reloc (Results 1 – 8 of 8) sorted by relevance
/tools/objtool/include/objtool/ |
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 { 73 struct section *sec; 97 int reloc_bits; argument 130 static inline u32 reloc_hash(struct reloc *reloc) in reloc_hash()
|
D | check.h | 60 struct reloc *reloc; member
|
/tools/objtool/ |
D | elf.c | 194 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local 491 struct reloc *reloc; in elf_add_reloc() local 528 struct reloc *reloc; in elf_dirty_reloc_sym() local 761 static int read_rel_reloc(struct section *sec, int i, struct reloc *reloc, unsigned int *symndx) in read_rel_reloc() 774 static int read_rela_reloc(struct section *sec, int i, struct reloc *reloc, unsigned int *symndx) in read_rela_reloc() 790 struct reloc *reloc; in read_relocs() local 1107 struct reloc *reloc; in elf_rebuild_rel_reloc_section() local 1138 struct reloc *reloc; in elf_rebuild_rela_reloc_section() local 1196 int elf_write_reloc(struct elf *elf, struct reloc *reloc) in elf_write_reloc() 1271 struct reloc *reloc, *tmpreloc; in elf_close() local
|
D | check.c | 446 struct reloc *reloc; in add_dead_ends() local 759 struct reloc *reloc; in add_ignores() local 968 struct reloc *reloc; in add_ignore_alternatives() local 1052 struct reloc *reloc = insn_reloc(file, insn); in annotate_call_site() local 1201 struct reloc *reloc; in add_jump_destinations() local 1322 struct reloc *reloc; in add_call_destinations() local 1531 struct reloc *reloc = insn_reloc(file, orig_insn); in handle_jump_alt() local 1650 struct reloc *reloc = table; in add_jump_table() local 1754 struct reloc *reloc; in mark_func_jump_tables() local 1846 struct reloc *reloc; in read_unwind_hints() local [all …]
|
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/ |
D | special.c | 43 struct reloc *reloc) in arch_support_alt_relocation()
|
/tools/perf/util/ |
D | map.h | 29 u64 reloc; member
|
D | probe-event.c | 128 bool reloc, bool reladdr) in kernel_get_symbol_address_by_name()
|