Searched refs:st_name (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h48 word_t st_name; member in class:ELFSymbol_CRTP
76 return st_name;
161 AR & st_name; local
185 AR & st_name; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp77 uint32_t st_name = 0x0; local
95 st_name = symtab[idx].st_name;
101 st_name = mcld::bswap32(symtab[idx].st_name);
139 // Section symbol's st_name is the section index.
144 ld_name = std::string(pStrTab + st_name);
492 uint32_t st_name = 0x0; local
499 st_name = entry->st_name;
638 uint32_t st_name = 0x0; local
1048 uint32_t st_name = 0x0; local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp910 pSym.st_name = pStrtabsize;
914 pSym.st_name = 0;
933 pSym.st_name = pStrtabsize;
937 pSym.st_name = 0;

Completed in 98 milliseconds