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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.c492 const yasm_expr *equ_expr_c; local
493 equ_expr_c = yasm_symrec_get_equ(entry->sym);
495 if (equ_expr_c != NULL) {
497 yasm_expr *equ_expr = yasm_expr_copy(equ_expr_c);

Completed in 556 milliseconds