Searched defs:sym_type (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libbpf/src/ |
H A D | linker.c | 808 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local 907 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() local 1816 static void sym_update_type(Elf64_Sym *sym, int sym_type) in sym_update_type() 1836 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local 2079 size_t src_sym_idx, dst_sym_idx, sym_type; in linker_append_elf_relos() local 2122 int sym_type, const char *sym_name) in find_sym_by_name()
|
H A D | libbpf.c | 8021 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local 8053 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb() 11240 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb()
|
/aosp_15_r20/bionic/libc/tools/ |
H A D | symbols.py | 31 def GetFromElf(elf_file, sym_type='--dyn-syms'): argument
|
/aosp_15_r20/external/selinux/libsepol/tests/ |
H A D | test-common.c | 32 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsig… in test_sym_presence()
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_relocate.cpp | 247 auto sym_type = ELF_ST_TYPE(sym->st_info); in process_relocation_impl() local
|
/aosp_15_r20/external/perfetto/src/kallsyms/ |
H A D | kernel_symbol_map.cc | 79 char sym_type = '\0'; in ForEachSym() local
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | ksnoop.c | 457 char sym_type, sym_name[MAX_STR], mod_info[MAX_STR]; in get_func_ip_mod() local
|
H A D | trace_helpers.c | 99 char sym_type, sym_name[256]; in ksyms__load() local
|