Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:stub

29 #include <mcld/Fragment/Stub.h>
597 Stub* stub = getStubFactory()->create(*relocation, // relocation
601 if (NULL != stub) {
602 assert(NULL != stub->symInfo());
607 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
620 // find the first fragment w/ invalid offset due to stub insertion