Home | History | Annotate | Download | only in Target

Lines Matching full:interp

1319 /// sizeInterp - compute the size of the .interp section
1328 LDSection& interp = getOutputFormat()->getInterp();
1329 interp.setSize(std::strlen(dyld_name) + 1);
1332 /// emitInterp - emit the .interp
1336 const LDSection& interp = getOutputFormat()->getInterp();
1337 MemoryRegion *region = pOutput.request(interp.offset(), interp.size());
1344 std::memcpy(region->start(), dyld_name, interp.size());
1416 // handle .interp and .note.* sections