Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Darch.h270 void yasm_arch_destroy(/*@only@*/ yasm_arch *arch);
452 #define yasm_arch_destroy(arch) \ macro
Dsection.c486 yasm_arch_destroy(object->arch); in yasm_object_destroy()