Searched refs:strtab_region (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp113 llvm::StringRef strtab_region = pInput.memArea()->request( local
115 const char* strtab = strtab_region.begin();
H A DELFObjectReader.cpp295 llvm::StringRef strtab_region = pInput.memArea()->request( local
297 const char* strtab = strtab_region.begin();
H A DGNUArchiveReader.cpp318 llvm::StringRef strtab_region = local
322 const char* strtab = strtab_region.begin();
H A DELFReader.cpp459 llvm::StringRef strtab_region = pInput.memArea()->request( local
463 llvm::StringRef ld_name(strtab_region.begin() + st_name);
953 llvm::StringRef strtab_region = pInput.memArea()->request( local
957 llvm::StringRef ld_name(strtab_region.begin() + st_name);
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp111 llvm::StringRef strtab_region = m_pInput->memArea()->request( local
113 const char* strtab = strtab_region.begin();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp925 MemoryRegion strtab_region = local
940 // set up strtab_region
941 char* strtab = reinterpret_cast<char*>(strtab_region.begin());
998 MemoryRegion strtab_region = local
1013 // set up strtab_region
1014 char* strtab = reinterpret_cast<char*>(strtab_region.begin());

Completed in 6265 milliseconds