Searched defs:symvalue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c108 /*@null@*/ yasm_symrec *symvalue; /* value element needing relocation */ member in struct:__anon16329
199 unsigned long desc, /*@null@*/ yasm_symrec *symvalue,
209 stab->symvalue = symvalue;
393 stab->symvalue = NULL;
424 if (stab->symvalue != NULL) {
426 output_reloc(stab->symvalue, bc, buf, 4, 32, 0, d);
197 stabs_dbgfmt_append_stab(stabs_info *info, yasm_section *sect, yasm_bytecode *bcstr, stabs_stab_type type, unsigned long desc, yasm_symrec *symvalue, yasm_bytecode *bcvalue, unsigned long value) argument

Completed in 461 milliseconds