Searched defs:st_name (Results 1 - 1 of 1) 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...]

Completed in 93 milliseconds