Searched defs:code_offset (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h176 uint32_t code_offset; member in struct:ObjectFilePECOFF::coff_opt_header
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h219 uint32_t code_offset; /* US_CODE_OFFSET */ member in struct:r300_fragment_program_code
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h219 uint32_t code_offset; /* US_CODE_OFFSET */ member in struct:r300_fragment_program_code
/external/chromium_org/v8/src/
H A Dframes.cc786 int code_offset = static_cast<int>(pc - code->instruction_start()); local
787 PrintF(file, "+%d", code_offset);
H A Ddebug.cc1746 int code_offset = pc_offset; local
1751 code_offset -= static_cast<int>(info->data());
1752 DCHECK_LE(0, code_offset);
1755 return code_offset;
1760 static int ComputePcOffsetFromCodeOffset(Code *code, int code_offset) { argument
1769 if (info->pc() - code->instruction_start() - reloc >= code_offset) break;
1778 int pc_offset = code_offset + reloc;
1809 int code_offset = ComputeCodeOffsetFromPcOffset(*frame_code, old_pc_offset); local
1810 int new_pc_offset = ComputePcOffsetFromCodeOffset(*new_code, code_offset);
1900 int code_offset local
2013 int code_offset = local
[all...]
/external/pcre/dist/
H A Dpcre_exec.c685 #define code_offset codelink macro
1142 code_offset = (int)(ecode - md->start_code);
1170 ecode = md->start_code + code_offset;
1238 code_offset = (int)(ecode - md->start_code);
1249 ecode = md->start_code + code_offset;

Completed in 1531 milliseconds