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

/linux-master/arch/mips/boot/tools/
H A Drelocs_64.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux-master/arch/x86/tools/
H A Drelocs_64.c16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux-master/arch/s390/tools/
H A Drelocs.c29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c910 if (prog->sym_global && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
911 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL))
3351 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
3352 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)
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))
/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)

Completed in 278 milliseconds