Lines Matching full:program
67 return Bad("Out of bounds program header table offset");
73 return Bad("Out of bounds program header table");
144 // It's valid if it's contained in any program segment
241 CheckBool DisassemblerElf32::ParseFile(AssemblyProgram* program) {
267 program))
273 if (!ParseRelocationSection(section_header, program))
281 program))
314 program))
327 AssemblyProgram* program) {
335 if (!program->EmitOriginInstruction(origin))
363 if (!ParseSimpleRegion(file_offset, next_relocation, program))
376 if (!program->EmitAbs32(program->FindOrMakeAbs32Label(target_rva)))
392 if (! (**current_rel)->EmitInstruction(program, target_rva))
401 return ParseSimpleRegion(file_offset, section_end, program);
407 AssemblyProgram* program) {
417 if (!program->EmitBytesInstruction(start, len))