Searched refs:is_reloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/x86/tools/ |
D | relocs.c | 121 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc() function 682 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name)) in print_absolute_relocs() 833 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() 884 if (is_reloc(S_ABS, symname)) in do_reloc64() 922 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() 943 if (is_reloc(S_ABS, symname)) in do_reloc32() 967 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() 988 if (is_reloc(S_ABS, symname)) in do_reloc_real() 991 if (is_reloc(S_SEG, symname)) { in do_reloc_real() 996 if (!is_reloc(S_LIN, symname)) in do_reloc_real() [all …]
|
/Linux-v6.6/fs/btrfs/ |
D | backref.h | 443 unsigned int is_reloc; member 447 struct btrfs_backref_cache *cache, int is_reloc);
|
D | backref.c | 3001 struct btrfs_backref_cache *cache, int is_reloc) in btrfs_backref_init_cache() argument 3014 cache->is_reloc = is_reloc; in btrfs_backref_init_cache() 3148 if (cache->is_reloc) { in handle_direct_tree_backref() 3242 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) { in handle_indirect_tree_backref() 3285 cache->is_reloc) { in handle_indirect_tree_backref()
|