Home
last modified time | relevance | path

Searched defs:strtab (Results 1 – 17 of 17) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dvdso.cpp118 const char* strtab = nullptr; in __libc_init_vdso() local
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp115 const char* strtab = strtab_region.begin(); in readSymbols() local
H A DELFObjectReader.cpp297 const char* strtab = strtab_region.begin(); in readSymbols() local
H A DGNUArchiveReader.cpp322 const char* strtab = strtab_region.begin(); in readStringTable() local
H A DELFReader.cpp435 LDSection* strtab = symtab->getLink(); in readSignature() local
929 LDSection* strtab = symtab->getLink(); in readSignature() local
/aosp12/art/compiler/debug/
H A Delf_symtab_writer.h93 auto* strtab = builder->GetStrTab(); in WriteDebugSymbols() local
H A Delf_debug_writer.cc260 auto* strtab = builder->GetStrTab(); in PackElfFileForJIT() local
/aosp12/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp113 const char* strtab = strtab_region.begin(); in TEST_F() local
/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc63 auto* strtab = builder->GetStrTab(); in WriteMinidebugInfo() local
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h124 const Elf_Shdr* strtab = GetSection(".strtab"); in VisitFunctionSymbols() local
H A Delf_builder.h346 Section* strtab) in SymbolSection()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp481 LDSection& strtab = file_format->getStrTab(); in doRelax() local
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp722 size_t strtab = 1; in sizeNamePools() local
941 char* strtab = reinterpret_cast<char*>(strtab_region.begin()); in emitRegNamePools() local
1014 char* strtab = reinterpret_cast<char*>(strtab_region.begin()); in emitDynNamePools() local
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp876 LDSection& strtab = file_format->getStrTab(); in doRelax() local
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp586 LDSection& strtab = file_format->getStrTab(); in doRelax() local
/aosp12/system/bpf/libbpf_android/
H A DLoader.cpp156 static int readSectionHeaderStrtab(ifstream& elfFile, vector<char>& strtab) { in readSectionHeaderStrtab()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp788 LDSection& strtab = getOutputFormat()->getStrTab(); in relaxRelocation() local