OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sym_type
(Results
1 - 4
of
4
) sorted by null
/external/libsepol/tests/
test-common.h
29
*
sym_type
symbol type (eg., SYM_ROLES, SYM_TYPES)
37
extern void test_sym_presence(policydb_t * p, char *id, int
sym_type
, unsigned int scope_type, unsigned int *decls, unsigned int len);
test-common.c
29
void test_sym_presence(policydb_t * p, char *id, int
sym_type
, unsigned int scope_type, unsigned int *decls, unsigned int len)
35
if (!hashtab_search(p->symtab[
sym_type
].table, id)) {
36
fprintf(stderr, "symbol %s not found in table %d\n", id,
sym_type
);
40
scope = hashtab_search(p->scope[
sym_type
].table, id);
/sdk/emulator/qtools/
trace_reader.h
697
uint8_t
sym_type
= ELF32_ST_TYPE(elf_symbols[ii].st_info);
local
705
&&
sym_type
!= STT_FUNC) {
712
sym_type
,
715
if (
sym_type
!= STT_FUNC &&
sym_type
!= STT_NOTYPE)
[
all
...]
/external/valgrind/main/perf/
tinycc.c
6910
int
sym_type
, sym_bind, sh_num, info;
local
18301
int sym_bind, sym_index,
sym_type
, esym_bind;
local
[
all
...]
Completed in 182 milliseconds