Searched refs:ELF64_ST_VISIBILITY (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/tools/
H A Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux-master/arch/mips/boot/tools/
H A Drelocs_64.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux-master/tools/perf/util/
H A Dgenelf.h69 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a)
H A Dsymbol-elf.c55 #ifndef ELF64_ST_VISIBILITY
56 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) macro
61 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val)
/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h72 #ifndef ELF64_ST_VISIBILITY
73 #define ELF64_ST_VISIBILITY(o) ((o) & 0x03) macro
H A Dlinker.c810 int sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
1844 sym_vis = ELF64_ST_VISIBILITY(sym->st_other);
1939 if (sym_vis > ELF64_ST_VISIBILITY(dst_sym->st_other))
H A Dlibbpf.c908 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
909 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL))
3304 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
3305 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)
/linux-master/arch/s390/tools/
H A Drelocs.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)

Completed in 204 milliseconds