/third_party/pulseaudio/src/ |
D | depmod.py | 30 sym_type = line[9].strip() variable 36 if sym_type in ('T', 'B', 'R', 'D' 'G', 'S', 'D'): 41 elif sym_type in ('U',):
|
/third_party/selinux/libsepol/tests/ |
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() argument 38 if (!hashtab_search(p->symtab[sym_type].table, id)) { in test_sym_presence() 39 fprintf(stderr, "symbol %s not found in table %d\n", id, sym_type); in test_sym_presence() 43 scope = hashtab_search(p->scope[sym_type].table, id); in test_sym_presence()
|
D | test-common.h | 37 extern void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type…
|
/third_party/libabigail/src/ |
D | abg-symtab-reader.cc | 346 const int sym_type = GELF_ST_TYPE(sym->st_info); in load_() local 347 if (!(sym_type == STT_FUNC in load_() 348 || sym_type == STT_GNU_IFUNC in load_() 352 || (sym_type == STT_OBJECT && sym->st_shndx != SHN_ABS) in load_() 353 || sym_type == STT_TLS)) in load_()
|
D | abg-suppression.cc | 4700 elf_symbol::type sym_type) in is_elf_symbol_suppressed() argument 4702 if (elf_symbol_is_function(sym_type)) in is_elf_symbol_suppressed() 4705 else if (elf_symbol_is_variable(sym_type)) in is_elf_symbol_suppressed()
|
D | abg-dwarf-reader.cc | 716 elf_symbol::type sym_type; in lookup_symbol_from_sysv_hash_tab() local 730 sym_type = stt_to_elf_symbol_type(GELF_ST_TYPE(symbol.st_info)); in lookup_symbol_from_sysv_hash_tab() 744 sym_type, in lookup_symbol_from_sysv_hash_tab() 991 elf_symbol::type sym_type; in lookup_symbol_from_gnu_hash_tab() local 1021 sym_type = stt_to_elf_symbol_type(GELF_ST_TYPE(symbol.st_info)); in lookup_symbol_from_gnu_hash_tab() 1035 sym_type, sym_binding, in lookup_symbol_from_gnu_hash_tab() 1172 elf_symbol::type sym_type = in lookup_symbol_from_symtab() local 1187 name_str, sym_type, in lookup_symbol_from_symtab()
|
/third_party/libbpf/src/ |
D | linker.c | 789 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local 813 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab() 827 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab() 888 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() local 890 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos() 891 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos() 893 i, sec->sec_idx, sym_type, obj->filename); in linker_sanity_check_elf_relos() 1797 static void sym_update_type(Elf64_Sym *sym, int sym_type) in sym_update_type() argument 1799 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type); in sym_update_type() 1817 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local [all …]
|
D | libbpf_internal.h | 557 typedef int (*kallsyms_cb_t)(unsigned long long sym_addr, char sym_type,
|
D | libbpf.c | 7971 char sym_type, sym_name[500]; local 7985 &sym_addr, &sym_type, sym_name); 7994 err = cb(sym_addr, sym_type, sym_name, ctx); 8003 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, argument 11144 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, argument
|
/third_party/libabigail/include/ |
D | abg-suppression.h | 870 elf_symbol::type sym_type);
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 905 int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) in find_sym_by_saved_so_list() argument 913 int start_search_index = sym_type==REL_COPY ? 1 : 0; in find_sym_by_saved_so_list()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 905 int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) in find_sym_by_saved_so_list() argument 913 int start_search_index = sym_type==REL_COPY ? 1 : 0; in find_sym_by_saved_so_list()
|