OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ia32_settings
(Results
1 - 9
of
9
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
ia32_settings.c
2
#include "
ia32_settings
.h"
6
ia32_settings_t
ia32_settings
= {
variable
x86_misc.c
8
#include "
ia32_settings
.h"
9
extern ia32_settings_t
ia32_settings
;
23
ia32_settings
.options = options;
36
ia32_settings
.options = options;
40
return
ia32_settings
.options;
57
unsigned int x86_endian(void) { return
ia32_settings
.endian; }
58
unsigned int x86_addr_size(void) { return
ia32_settings
.sz_addr; }
59
unsigned int x86_op_size(void) { return
ia32_settings
.sz_oper; }
60
unsigned int x86_word_size(void) { return
ia32_settings
.sz_word; }
61
unsigned int x86_max_insn_size(void) { return
ia32_settings
.max_insn;
[
all
...]
Makefile.am
18
ia32_settings
.c \
19
ia32_settings
.h \
libdisasm.gyp
49
'
ia32_settings
.c',
50
'
ia32_settings
.h',
ia32_invariant.c
6
#include "
ia32_settings
.h"
9
extern ia32_settings_t
ia32_settings
;
149
if (
ia32_settings
.options & opt_16_bit) {
ia32_insn.c
12
#include "
ia32_settings
.h"
17
extern ia32_settings_t
ia32_settings
;
272
if (
ia32_settings
.options & opt_16_bit) {
282
if ((
ia32_settings
.options & opt_att_mnemonics) && raw_insn->mnemonic_att[0]) {
579
if ( (
ia32_settings
.options & opt_ignore_nulls) && buf_len > 3 &&
/external/google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/
project.pbxproj
19
4D2C7235126F9BC200B43EAF /*
ia32_settings
.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C7234126F9BC200B43EAF /*
ia32_settings
.c */; };
89
4D2C7234126F9BC200B43EAF /*
ia32_settings
.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name =
ia32_settings
.c; path = ../../../third_party/libdisasm/
ia32_settings
.c; sourceTree = SOURCE_ROOT; };
[
all
...]
/external/google-breakpad/
Makefile.am
291
src/third_party/libdisasm/
ia32_settings
.c \
292
src/third_party/libdisasm/
ia32_settings
.h \
[
all
...]
Makefile.in
495
src/third_party/libdisasm/
ia32_settings
.c \
496
src/third_party/libdisasm/
ia32_settings
.h \
514
@DISABLE_PROCESSOR_FALSE@ src/third_party/libdisasm/
ia32_settings
.$(OBJEXT) \
[
all
...]
Completed in 224 milliseconds