Searched refs:code_offset (Results 1 – 5 of 5) sorted by relevance
234 code_offset = args.code_offset235 code_end = code_offset + args.code_size237 args.binary.seek(code_offset)245 read_size = min(page_size, code_end - code_offset)248 code_offset += read_size
1330 uint32_t code_offset = 0; in ParseInlineSite() local1345 code_offset_base = code_offset; in ParseInlineSite()1369 code_offset += annot.U1; in ParseInlineSite()1377 code_offset += annot.U1; in ParseInlineSite()1381 code_offset += annot.U1; in ParseInlineSite()1386 code_offset += annot.U2; in ParseInlineSite()1389 code_offset += annot.U1; in ParseInlineSite()
200 uint32_t code_offset = 0; member
604 m_coff_header_opt.code_offset = m_data.GetU32(offset_ptr); in ParseCOFFOptionalHeader()1232 s->Printf(" code_offset = 0x%8.8x\n", header.code_offset); in DumpOptCOFFHeader()