OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_bytecode_callback
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h
63
typedef struct
yasm_bytecode_callback
{
struct
180
}
yasm_bytecode_callback
;
typedef in typeref:struct:yasm_bytecode_callback
192
/*@null@*/ const
yasm_bytecode_callback
*callback;
239
(/*@null@*/ const
yasm_bytecode_callback
*callback,
249
const
yasm_bytecode_callback
*callback,
bc-org.c
59
static const
yasm_bytecode_callback
bc_org_callback = {
bc-reserve.c
57
static const
yasm_bytecode_callback
bc_reserve_callback = {
bytecode.c
86
yasm_bc_transform(yasm_bytecode *bc, const
yasm_bytecode_callback
*callback,
96
yasm_bc_create_common(const
yasm_bytecode_callback
*callback, void *contents,
bc-align.c
65
static const
yasm_bytecode_callback
bc_align_callback = {
bc-incbin.c
65
static const
yasm_bytecode_callback
bc_incbin_callback = {
bc-data.c
77
static const
yasm_bytecode_callback
bc_data_callback = {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c
137
static const
yasm_bytecode_callback
stabs_bc_str_callback = {
148
static const
yasm_bytecode_callback
stabs_bc_stab_callback = {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c
70
static const
yasm_bytecode_callback
win64_uwinfo_bc_callback = {
81
static const
yasm_bytecode_callback
win64_uwcode_bc_callback = {
coff-objfmt.c
239
static const
yasm_bytecode_callback
win32_sxdata_bc_callback = {
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c
52
static const
yasm_bytecode_callback
lc3b_bc_callback_insn = {
lc3bid.re
126
static const
yasm_bytecode_callback
lc3b_id_insn_callback = {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c
199
static const
yasm_bytecode_callback
cv8_symhead_bc_callback = {
210
static const
yasm_bytecode_callback
cv8_fileinfo_bc_callback = {
221
static const
yasm_bytecode_callback
cv8_lineinfo_bc_callback = {
232
static const
yasm_bytecode_callback
cv_sym_bc_callback = {
[
all
...]
cv-type.c
490
static const
yasm_bytecode_callback
cv_type_bc_callback = {
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c
53
static const
yasm_bytecode_callback
dwarf2_head_bc_callback = {
dwarf2-info.c
205
static const
yasm_bytecode_callback
dwarf2_abbrev_bc_callback = {
dwarf2-line.c
149
static const
yasm_bytecode_callback
dwarf2_spp_bc_callback = {
160
static const
yasm_bytecode_callback
dwarf2_line_op_bc_callback = {
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c
76
static const
yasm_bytecode_callback
x86_bc_callback_insn = {
87
static const
yasm_bytecode_callback
x86_bc_callback_jmp = {
98
static const
yasm_bytecode_callback
x86_bc_callback_jmpfar = {
[
all
...]
x86id.c
340
static const
yasm_bytecode_callback
x86_id_insn_callback = {
[
all
...]
Completed in 2934 milliseconds