Home
last modified time | relevance | path

Searched defs:dynsym (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp60 const LDSection& dynsym = pFormat.getDynSymTab(); in getSymTabNum() local
/aosp_15_r20/art/libelffile/elf/
H A Delf_debug_reader.h144 const Elf_Shdr* dynsym = GetSection(".dynsym"); in VisitDynamicSymbols() local
/aosp_15_r20/external/stg/
H A Delf_loader.cc268 Elf_Scn* dynsym = MaybeGetSectionByType(elf, SHT_DYNSYM); in GetSymbolTableSection() local
/aosp_15_r20/external/toybox/toys/other/
H A Dreadelf.c454 struct sh dynamic = {}, dynstr = {}, dynsym = {}, shstr = {}, strtab = {}, in scan_elf() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp718 size_t dynsym = config().isCodeStatic() ? 0 : 1; in sizeNamePools() local