Searched refs:is_reloc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/x86/tools/ |
| D | relocs.c | 113 static int is_reloc(enum symtype type, const char *sym_name) in is_reloc() function 628 if (is_reloc(S_ABS, name) || is_reloc(S_REL, name)) in print_absolute_relocs() 777 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc64() 828 if (is_reloc(S_ABS, symname)) in do_reloc64() 866 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc32() 887 if (is_reloc(S_ABS, symname)) in do_reloc32() 911 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname); in do_reloc_real() 932 if (is_reloc(S_ABS, symname)) in do_reloc_real() 935 if (is_reloc(S_SEG, symname)) { in do_reloc_real() 940 if (!is_reloc(S_LIN, symname)) in do_reloc_real() [all …]
|
| /Linux-v5.15/fs/btrfs/ |
| D | backref.h | 270 unsigned int is_reloc; member 274 struct btrfs_backref_cache *cache, int is_reloc);
|
| D | backref.c | 2478 struct btrfs_backref_cache *cache, int is_reloc) argument 2491 cache->is_reloc = is_reloc; 2625 if (cache->is_reloc) { 2717 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) { 2760 cache->is_reloc) {
|