Searched refs:CheckAndSet (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | elf_file.cc | 173 if (!CheckAndSet(GetHeader().e_phoff, "program headers", &program_headers_start_, error_msg)) { in Setup() 178 if (!CheckAndSet(GetHeader().e_shoff, "section headers", §ion_headers_start_, error_msg)) { in Setup() 198 if (!CheckAndSet(GetDynamicProgramHeader().p_offset, "dynamic section", in Setup() 213 if (!CheckAndSet(section_header->sh_offset, "symtab", in Setup() 220 if (!CheckAndSet(section_header->sh_offset, "dynsym", in Setup() 232 if (!CheckAndSet(section_header->sh_offset, "dynstr", in Setup() 241 if (!CheckAndSet(section_header->sh_offset, "strtab", in Setup() 261 if (!CheckAndSet(section_header->sh_offset, "hash section", in Setup() 286 bool ElfFileImpl<ElfTypes>::CheckAndSet(Elf32_Off offset, const char* label, in CheckAndSet() function in art::ElfFileImpl
|
D | elf_file_impl.h | 174 bool CheckAndSet(Elf32_Off offset, const char* label, uint8_t** target, std::string* error_msg);
|