Searched defs:dynstr (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp538 fatal(diag::err_cannot_read_section) << ".dynstr";
551 const char* dynstr = (const char*) dynstr_region->start(); local
571 pInput.setName(sys::fs::Path(dynstr + d_val).filename().native());
1094 fatal(diag::err_cannot_read_section) << ".dynstr";
1107 const char* dynstr = (const char*) dynstr_region->start(); local
1127 pInput.setName(sys::fs::Path(dynstr + d_val).filename().native());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp723 /// .dynsym, .dynstr, .hash and .shstrtab.
736 size_t dynstr = config().isCodeStatic()? 0 : 1; local
763 dynstr += pModule.name().size() + 1;
769 /// Compute the size of .dynsym, .dynstr, and dynsym_local_cnt
774 dynstr += (*symbol)->nameSize() + 1;
810 dynstr += (*lib)->name().size() + 1;
822 dynstr += (*rpath).size() + 1;
833 file_format->getDynStrTab().setSize(dynstr);
842 // .dynstr, .symtab, .strtab and .hash, we can not reserve non-DT_NEEDED
1013 /// emitDynNamePools - emit dynamic name pools - .dyntab, .dynstr,
[all...]

Completed in 264 milliseconds