| /OK3568_Linux_fs/kernel/tools/testing/selftests/vDSO/ |
| H A D | parse_vdso.c | 213 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym() 215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym() 216 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
|
| /OK3568_Linux_fs/kernel/arch/sparc/vdso/ |
| H A D | vma.c | 129 osym->st_info = nsym->st_info; in patchsym64() 197 osym->st_info = nsym->st_info; in patchsym32()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | vdso.c | 312 sym32_gen->st_info = sym32_fix->st_info; in vdso_do_func_patch32() 418 sym64_gen->st_info = sym64_fix->st_info; in vdso_do_func_patch64()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | module.h | 54 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC) in kallsyms_symbol_value()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 188 unsigned char st_info; member 195 unsigned char st_info; /* Type and binding attributes */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | elf.h | 187 unsigned char st_info; member 194 unsigned char st_info; /* Type and binding attributes */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | elf.h | 187 unsigned char st_info; member 194 unsigned char st_info; /* Type and binding attributes */ member
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.c | 88 .st_info = ELF_ST_TYPE(STT_NOTYPE), 95 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | module.c | 85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf32.h | 189 unsigned char st_info; /* Type and binding information. */ member
|
| H A D | elf64.h | 194 unsigned char st_info; /* Type and binding information. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf32.h | 189 unsigned char st_info; /* Type and binding information. */ member
|
| H A D | elf64.h | 194 unsigned char st_info; /* Type and binding information. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf32.h | 189 unsigned char st_info; /* Type and binding information. */ member
|
| H A D | elf64.h | 194 unsigned char st_info; /* Type and binding information. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf32.h | 189 unsigned char st_info; /* Type and binding information. */ member
|
| H A D | elf64.h | 194 unsigned char st_info; /* Type and binding information. */ member
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | orc_dump.c | 166 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) { in orc_dump()
|
| H A D | elf.c | 351 sym->type = GELF_ST_TYPE(sym->sym.st_info); in elf_add_symbol() 352 sym->bind = GELF_ST_BIND(sym->sym.st_info); in elf_add_symbol() 434 if (GELF_ST_TYPE(sym->sym.st_info) == STT_SECTION) { in read_symbols() 716 sym->sym.st_info = GELF_ST_INFO(STB_LOCAL, STT_SECTION); in elf_create_section_symbol()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140_gen_hmac.c | 110 syms[sym_idx].st_info = (STB_GLOBAL << 4) | STT_SECTION; in update_rela_ref()
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.c | 719 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol() 720 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol() 727 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER) in handle_symbol() 738 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_symbol() 1316 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol() 1412 return ELF_ST_TYPE(sym->st_info) == STT_FUNC; in is_function() 2063 unsigned char bind = ELF_ST_BIND(sym->st_info); in read_symbols()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | module.c | 76 if (ELF_ST_TYPE(sym[i].st_info) == STT_REGISTER) in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.h | 532 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx() 539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | module.c | 260 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | elf.h | 334 unsigned char st_info; /* type and binding */ member
|