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

/art/runtime/
H A Delf_file.cc795 const char* name = GetString(SHT_DYNSYM, symbol->st_name);
877 const char* name = GetString(*string_section, symbol->st_name);
917 const char* name = GetString(*string_section, symbol->st_name);
H A Delf.h1398 Elf32_Word st_name; // Symbol name (index into string table) member in struct:Elf32_Sym
1425 Elf64_Word st_name; // Symbol name (index into string table) member in struct:Elf64_Sym
/art/compiler/linker/
H A Delf_builder.h382 sym.st_name = name;

Completed in 56 milliseconds