Searched refs:symnum (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c656 unsigned long symnum; local
663 symnum = xsymd->index;
668 symnum = 0; /* default to absolute */
672 symnum = msd->scnum+1;
675 (symnum & 0x00ffffff) |
/external/libsepol/src/
H A Dpolicydb.c3532 static int scope_read(policydb_t * p, int symnum, struct policy_file *fp) argument
3539 hashtab_t h = p->scope[symnum].table;
3555 if (hashtab_search(p->symtab[symnum].table, key) == NULL) {

Completed in 84 milliseconds