Home
last modified time | relevance | path

Searched refs:ELF_ST_BIND (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h18 #undef ELF_ST_BIND macro
30 #define ELF_ST_BIND ELF32_ST_BIND macro
44 #define ELF_ST_BIND ELF64_ST_BIND macro
H A Dmodpost.c634 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()
635 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
653 ELF_ST_BIND(sym->st_info) == STB_WEAK); in handle_symbol()
1200 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in check_export_symbol()
1201 ELF_ST_BIND(sym->st_info) != STB_WEAK) { in check_export_symbol()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h17 #undef ELF_ST_BIND macro
30 #define ELF_ST_BIND ELF32_ST_BIND macro
45 #define ELF_ST_BIND ELF64_ST_BIND macro
H A Dmodpost.c715 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()
716 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
734 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_symbol()
2092 unsigned char bind = ELF_ST_BIND(sym->st_info); in read_symbols()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf.h63 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
74 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf.h68 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
79 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
/kernel/linux/linux-5.10/scripts/
H A Dsorttable.h33 #undef ELF_ST_BIND macro
55 # define ELF_ST_BIND ELF64_ST_BIND macro
76 # define ELF_ST_BIND ELF32_ST_BIND macro
H A Drecordmcount.h49 #undef ELF_ST_BIND macro
88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
532 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h135 #define ELF_ST_BIND(x) ((x) >> 4) macro
137 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
139 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h136 #define ELF_ST_BIND(x) ((x) >> 4) macro
138 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
140 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h112 #define ELF_ST_BIND(x) ((x) >> 4) macro
114 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
116 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h112 #define ELF_ST_BIND(x) ((x) >> 4) macro
114 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
116 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h98 #define ELF_ST_BIND(x) ((x) >> 4) macro
100 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
102 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.h49 #undef ELF_ST_BIND macro
88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
532 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
H A Dsorttable.h36 #undef ELF_ST_BIND macro
61 # define ELF_ST_BIND ELF64_ST_BIND macro
85 # define ELF_ST_BIND ELF32_ST_BIND macro

Completed in 20 milliseconds

12