Home
last modified time | relevance | path

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

/tools/objtool/include/objtool/
Delf.h36 struct section *base, *reloc; member
67 struct reloc { struct
68 struct list_head list;
69 struct hlist_node hash;
70 union {
74 struct section *sec;
98 int reloc_bits; argument
131 static inline u32 reloc_hash(struct reloc *reloc) in reloc_hash()
Dcheck.h68 struct reloc *reloc; member
/tools/objtool/
Delf.c254 struct reloc *reloc, *r = NULL; in find_reloc_by_dest_range() local
555 struct reloc *reloc; in elf_add_reloc() local
592 struct reloc *reloc; in elf_dirty_reloc_sym() local
825 static int read_rel_reloc(struct section *sec, int i, struct reloc *reloc, unsigned int *symndx) in read_rel_reloc()
838 static int read_rela_reloc(struct section *sec, int i, struct reloc *reloc, unsigned int *symndx) in read_rela_reloc()
854 struct reloc *reloc; in read_relocs() local
1171 struct reloc *reloc; in elf_rebuild_rel_reloc_section() local
1202 struct reloc *reloc; in elf_rebuild_rela_reloc_section() local
1260 int elf_write_reloc(struct elf *elf, struct reloc *reloc) in elf_write_reloc()
1338 struct reloc *reloc, *tmpreloc; in elf_close() local
Dcheck.c549 struct reloc *reloc; in add_dead_ends() local
906 struct reloc *reloc; in add_ignores() local
1142 struct reloc *reloc; in add_ignore_alternatives() local
1229 struct reloc *reloc = insn_reloc(file, insn); in annotate_call_site() local
1401 struct reloc *reloc; in add_jump_destinations() local
1530 struct reloc *reloc; in add_call_destinations() local
1739 struct reloc *reloc = insn_reloc(file, orig_insn); in handle_jump_alt() local
1858 struct reloc *reloc = table; in add_jump_table() local
1962 struct reloc *reloc; in mark_func_jump_tables() local
2054 struct reloc *reloc; in read_unwind_hints() local
[all …]
Dspecial.c61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off()
/tools/objtool/arch/x86/
Dspecial.c43 struct reloc *reloc) in arch_support_alt_relocation()
/tools/perf/util/
Dmap.h29 u64 reloc; member
Dprobe-event.c129 bool reloc, bool reladdr) in kernel_get_symbol_address_by_name()