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

/linux-master/arch/x86/tools/
H A Drelocs.c121 static int is_reloc(enum symtype type, const char *sym_name) function
690 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name))
841 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
892 if (is_reloc(S_ABS, symname))
930 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
951 if (is_reloc(S_ABS, symname))
975 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
996 if (is_reloc(S_ABS, symname))
999 if (is_reloc(S_SE
[all...]
/linux-master/fs/btrfs/
H A Dbackref.h420 bool is_reloc; member in struct:btrfs_backref_cache
424 struct btrfs_backref_cache *cache, bool is_reloc);
H A Dbackref.c3023 struct btrfs_backref_cache *cache, bool is_reloc)
3036 cache->is_reloc = is_reloc;
3242 if (cache->is_reloc) {
3336 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) {
3379 cache->is_reloc) {
3022 btrfs_backref_init_cache(struct btrfs_fs_info *fs_info, struct btrfs_backref_cache *cache, bool is_reloc) argument

Completed in 154 milliseconds