Home
last modified time | relevance | path

Searched refs:sym_type (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/
Ddepmod.py30 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/
Dtest-common.c31 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsig… in test_sym_presence() argument
37 if (!hashtab_search(p->symtab[sym_type].table, id)) { in test_sym_presence()
38 fprintf(stderr, "symbol %s not found in table %d\n", id, sym_type); in test_sym_presence()
42 scope = hashtab_search(p->scope[sym_type].table, id); in test_sym_presence()
Dtest-common.h37 extern void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type…
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c870 int sym_type, struct dso *dso, struct verinfo *verinfo, int need_def, struct dso *dso_relocating) in find_sym_by_saved_so_list() argument
877 int start_search_index = sym_type==REL_COPY ? 1 : 0; in find_sym_by_saved_so_list()