Searched refs:is_reloc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 121 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc() function 690 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name)) in print_absolute_relocs() 850 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() 901 if (is_reloc(S_ABS, symname)) in do_reloc64() 939 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() 960 if (is_reloc(S_ABS, symname)) in do_reloc32() 984 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() 1005 if (is_reloc(S_ABS, symname)) in do_reloc_real() 1008 if (is_reloc(S_SEG, symname)) { in do_reloc_real() 1013 if (!is_reloc(S_LIN, symname)) in do_reloc_real() [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | backref.h | 443 unsigned int is_reloc; member 447 struct btrfs_backref_cache *cache, int is_reloc);
|
H A D | backref.c | 2995 struct btrfs_backref_cache *cache, int is_reloc) in btrfs_backref_init_cache() argument 3008 cache->is_reloc = is_reloc; in btrfs_backref_init_cache() 3146 if (cache->is_reloc) { in handle_direct_tree_backref() 3240 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) { in handle_indirect_tree_backref() 3283 cache->is_reloc) { in handle_indirect_tree_backref()
|