Home
last modified time | relevance | path

Searched refs:is_reloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/x86/tools/
A Drelocs.c121 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()
943 if (is_reloc(S_ABS, symname)) in do_reloc32()
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()
1010 if (is_reloc(S_ABS, symname)) in do_reloc_real()
1013 if (is_reloc(S_REL, symname)) { in do_reloc_real()
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dbackref.h437 unsigned int is_reloc; member
441 struct btrfs_backref_cache *cache, int is_reloc);
A Dbackref.c2959 struct btrfs_backref_cache *cache, int is_reloc) in btrfs_backref_init_cache() argument
2972 cache->is_reloc = is_reloc; in btrfs_backref_init_cache()
3106 if (cache->is_reloc) { in handle_direct_tree_backref()
3198 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) { in handle_indirect_tree_backref()
3241 cache->is_reloc) { in handle_indirect_tree_backref()

Completed in 28 milliseconds