Searched refs:ELF64_ST_TYPE (Results 1 – 12 of 12) sorted by relevance
14 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o)
27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o)
67 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a)
46 #define ELF_ST_TYPE ELF64_ST_TYPE
225 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
258 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
141 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x) macro
62 # define ELF_ST_TYPE ELF64_ST_TYPE
89 # define ELF_ST_TYPE ELF64_ST_TYPE
791 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab()1796 sym->st_info = ELF64_ST_INFO(sym_bind, ELF64_ST_TYPE(sym->st_info)); in sym_update_bind()1825 sym_type = ELF64_ST_TYPE(sym->st_info); in linker_append_elf_sym()2073 if (ELF64_ST_TYPE(src_sym->st_info) == STT_SECTION) { in linker_append_elf_relos()2116 if (ELF64_ST_TYPE(sym->st_info) != sym_type) in find_sym_by_name()
828 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in bpf_object__add_programs()1475 if (ELF64_ST_TYPE(sym->st_info) != STT_OBJECT) in find_elf_var_sym()3572 ELF64_ST_TYPE(sym->st_info) == STT_NOTYPE; in sym_is_extern()3578 int type = ELF64_ST_TYPE(sym->st_info); in sym_is_subprog()4301 if (ELF64_ST_TYPE(sym->st_info) == STT_SECTION && sym->st_name == 0) in bpf_object__collect_prog_relos()
306 #define ELF64_ST_TYPE(x) ELF_ST_TYPE(x) macro