OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yasm_directive
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
dbgfmt.h
52
/*@null@*/ const
yasm_directive
*directives;
coretype.h
205
typedef struct
yasm_directive
yasm_directive
;
typedef in typeref:struct:yasm_directive
valparam.h
69
struct
yasm_directive
{
struct
105
void yasm_call_directive(const
yasm_directive
*directive, yasm_object *object,
objfmt.h
77
/*@null@*/ const
yasm_directive
*directives;
valparam.c
41
yasm_call_directive(const
yasm_directive
*directive, yasm_object *object,
section.c
86
const
yasm_directive
*directive;
163
static const
yasm_directive
object_directives[] = {
188
directives_add(yasm_object *object, /*@null@*/ const
yasm_directive
*dir)
[
all
...]
arch.h
100
/*@null@*/ const
yasm_directive
*directives;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c
332
static const
yasm_directive
dwarf2_directives[] = {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.c
589
static const
yasm_directive
x86_directives[] = {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c
477
const
yasm_directive
*dir = &cur_objfmt_module->directives[0];
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c
[
all
...]
Completed in 189 milliseconds