Home | History | Annotate | Download | only in runtime

Lines Matching refs:CheckAndSet

224     if (!CheckAndSet(GetHeader().e_phoff, "program headers", &program_headers_start_, error_msg)) {
229 if (!CheckAndSet(GetHeader().e_shoff, "section headers", &section_headers_start_, error_msg)) {
249 if (!CheckAndSet(GetDynamicProgramHeader().p_offset, "dynamic section",
264 if (!CheckAndSet(section_header->sh_offset, "symtab",
271 if (!CheckAndSet(section_header->sh_offset, "dynsym",
283 if (!CheckAndSet(section_header->sh_offset, "dynstr",
292 if (!CheckAndSet(section_header->sh_offset, "strtab",
312 if (!CheckAndSet(section_header->sh_offset, "hash section",
342 bool ElfFileImpl<ElfTypes>::CheckAndSet(Elf32_Off offset, const char* label,