HomeSort by relevance Sort by last modified time
    Searched defs:arch_data (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser-struct.h 36 uintptr_t arch_data; member in union:__anon68
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 59 uintptr_t arch_data; member in union:__anon65
141 #define REG_val (curval.arch_data)
142 #define REGGROUP_val (curval.arch_data)
143 #define SEGREG_val (curval.arch_data)
144 #define TARGETMOD_val (curval.arch_data)
  /external/lldb/source/Host/macosx/
Symbols.cpp 177 DataExtractor arch_data; local
179 arch_data.SetData(data_buffer_sp);
181 uint32_t arch_magic = arch_data.GetU32(&arch_data_offset);
189 if (SkinnyMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset + arch_offset, arch_data, arch_data_offset, arch_magic))
    [all...]

Completed in 84 milliseconds