Home
last modified time | relevance | path

Searched refs:yasm_symrec_is_abs (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsymrec.h355 int yasm_symrec_is_abs(const yasm_symrec *sym);
Dsymrec.c585 yasm_symrec_is_abs(const yasm_symrec *sym) in yasm_symrec_is_abs() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c287 if (!yasm_symrec_get_equ(sym) && !yasm_symrec_is_abs(sym)) in elf_objfmt_build_symtab()
316 if (yasm_symrec_get_equ(sym) && !yasm_symrec_is_abs(sym)) in elf_objfmt_build_symtab()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c963 if (info->all_syms || vis != YASM_SYM_LOCAL || yasm_symrec_is_abs(sym) || in coff_objfmt_count_sym()
989 int is_abs = yasm_symrec_is_abs(sym); in coff_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c913 if (yasm_symrec_is_abs(value->rel)) { in bin_objfmt_output_value()