Searched refs:is_reloc (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/tools/ |
| H A D | relocs.c | 125 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc() function 659 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name)) in print_absolute_relocs() 746 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() 779 if (is_reloc(S_ABS, symname)) in do_reloc64() 842 if (is_reloc(S_ABS, symname)) in do_reloc32() 884 if (is_reloc(S_ABS, symname)) in do_reloc_real() 887 if (is_reloc(S_SEG, symname)) { in do_reloc_real() 892 if (!is_reloc(S_LIN, symname)) in do_reloc_real() 904 if (is_reloc(S_ABS, symname)) in do_reloc_real() 907 if (is_reloc(S_REL, symname)) { in do_reloc_real() [all …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | backref.h | 416 bool is_reloc; member 420 struct btrfs_backref_cache *cache, bool is_reloc);
|
| H A D | backref.c | 3017 struct btrfs_backref_cache *cache, bool is_reloc) in btrfs_backref_init_cache() argument 3027 cache->is_reloc = is_reloc; in btrfs_backref_init_cache() 3205 if (cache->is_reloc) { in handle_direct_tree_backref() 3303 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) { in handle_indirect_tree_backref() 3346 cache->is_reloc) { in handle_indirect_tree_backref()
|