Searched refs:CheckAndSet (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | elf_file.cc | 208 if (!CheckAndSet(GetHeader().e_phoff, "program headers", &program_headers_start_, error_msg)) { in Setup() 213 if (!CheckAndSet(GetHeader().e_shoff, "section headers", §ion_headers_start_, error_msg)) { in Setup() 233 if (!CheckAndSet(GetDynamicProgramHeader().p_offset, "dynamic section", in Setup() 248 if (!CheckAndSet(section_header->sh_offset, "symtab", in Setup() 255 if (!CheckAndSet(section_header->sh_offset, "dynsym", in Setup() 267 if (!CheckAndSet(section_header->sh_offset, "dynstr", in Setup() 276 if (!CheckAndSet(section_header->sh_offset, "strtab", in Setup() 296 if (!CheckAndSet(section_header->sh_offset, "hash section", in Setup() 324 bool ElfFile::CheckAndSet(Elf32_Off offset, const char* label, in CheckAndSet() function in art::ElfFile
|
D | elf_file.h | 146 bool CheckAndSet(Elf32_Off offset, const char* label, byte** target, std::string* error_msg);
|