Searched refs:CheckAndSet (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | elf_file.cc | 211 if (!CheckAndSet(GetHeader().e_phoff, "program headers", &program_headers_start_, error_msg)) { in Setup() 216 if (!CheckAndSet(GetHeader().e_shoff, "section headers", §ion_headers_start_, error_msg)) { in Setup() 236 if (!CheckAndSet(GetDynamicProgramHeader().p_offset, "dynamic section", in Setup() 251 if (!CheckAndSet(section_header->sh_offset, "symtab", in Setup() 258 if (!CheckAndSet(section_header->sh_offset, "dynsym", in Setup() 270 if (!CheckAndSet(section_header->sh_offset, "dynstr", in Setup() 279 if (!CheckAndSet(section_header->sh_offset, "strtab", in Setup() 299 if (!CheckAndSet(section_header->sh_offset, "hash section", in Setup() 327 bool ElfFile::CheckAndSet(Elf32_Off offset, const char* label, in CheckAndSet() function in art::ElfFile
|
D | elf_file.h | 149 bool CheckAndSet(Elf32_Off offset, const char* label, byte** target, std::string* error_msg);
|