Home
last modified time | relevance | path

Searched refs:yasm_arch_ea_destroy (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Darch.h416 void yasm_arch_ea_destroy(yasm_arch *arch, /*@only@*/ yasm_effaddr *ea);
486 #define yasm_arch_ea_destroy(arch, ea) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c835 yasm_arch_ea_destroy(p_object->arch, op->data.ea); in parse_operand()