Searched refs:is_reloc (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/btrfs/
H A Dbackref.c3017 struct btrfs_backref_cache *cache, bool is_reloc)
3030 cache->is_reloc = is_reloc;
3236 if (cache->is_reloc) {
3330 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) {
3373 cache->is_reloc) {
3016 btrfs_backref_init_cache(struct btrfs_fs_info *fs_info, struct btrfs_backref_cache *cache, bool is_reloc) argument
H A Dbackref.h420 bool is_reloc; member in struct:btrfs_backref_cache
424 struct btrfs_backref_cache *cache, bool is_reloc);
/linux-master/arch/x86/tools/
H A Drelocs.c123 static int is_reloc(enum symtype type, const char *sym_name) function
684 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name))
846 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
896 if (is_reloc(S_ABS, symname))
932 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
953 if (is_reloc(S_ABS, symname))
974 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
995 if (is_reloc(S_ABS, symname))
998 if (is_reloc(S_SE
[all...]

Completed in 159 milliseconds