Searched refs:str_type (Results 1 – 1 of 1) sorted by relevance
/art/compiler/ |
D | elf_writer_quick.h | 170 const std::string& str_name, Elf32_Word str_type, bool alloc) in ElfSymtabBuilder() argument 173 str_name_(str_name), str_type_(str_type), in ElfSymtabBuilder() 174 strtab_(str_name, str_type, ((alloc) ? SHF_ALLOC : 0U), NULL, 0, 1, 1) {} in ElfSymtabBuilder()
|