OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_arch_ea_destroy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h
189
/** Module-level implementation of
yasm_arch_ea_destroy
().
190
* Call
yasm_arch_ea_destroy
() instead of calling this function.
416
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/
nasm-parse.c
835
yasm_arch_ea_destroy
(p_object->arch, op->data.ea);
[
all
...]
Completed in 1251 milliseconds