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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp74 uint32_t st_name = 0x0; local
92 st_name = symtab[idx].st_name;
97 st_name = mcld::bswap32(symtab[idx].st_name);
135 // Section symbol's st_name is the section index.
139 ld_name = std::string(pStrTab + st_name);
445 uint32_t st_name = 0x0; local
452 st_name = entry->st_name;
574 uint32_t st_name = 0x0; local
939 uint32_t st_name = 0x0; local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp877 pSym.st_name = pStrtabsize;
880 pSym.st_name = 0;
898 pSym.st_name = pStrtabsize;
901 pSym.st_name = 0;

Completed in 96 milliseconds