Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/tools/
Drelocs.c110 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc() function
625 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name)) in print_absolute_relocs()
774 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64()
825 if (is_reloc(S_ABS, symname)) in do_reloc64()
863 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32()
882 if (is_reloc(S_ABS, symname)) in do_reloc32()
906 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real()
925 if (is_reloc(S_ABS, symname)) in do_reloc_real()
928 if (is_reloc(S_SEG, symname)) { in do_reloc_real()
933 if (!is_reloc(S_LIN, symname)) in do_reloc_real()
[all …]
/Linux-v5.10/fs/btrfs/
Dbackref.h269 unsigned int is_reloc; member
273 struct btrfs_backref_cache *cache, int is_reloc);
Dbackref.c2478 struct btrfs_backref_cache *cache, int is_reloc) argument
2491 cache->is_reloc = is_reloc;
2632 if (cache->is_reloc) {
2724 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) {
2767 cache->is_reloc) {