Lines Matching refs:hash_builder_
343 section_ptrs.push_back(&hash_builder_.section_); in Write()
344 AssignSectionStr(&hash_builder_, &shstrtab); in Write()
345 hash_builder_.section_index_ = section_index++; in Write()
420 hash_builder_.section_.sh_offset = NextOffset(hash_builder_.section_, in Write()
422 hash_builder_.section_.sh_addr = hash_builder_.section_.sh_offset; in Write()
423 hash_builder_.section_.sh_size = hash.size() * sizeof(Elf32_Word); in Write()
424 hash_builder_.section_.sh_link = hash_builder_.GetLink(); in Write()
428 hash_builder_.section_); in Write()
471 LOG(INFO) << "hash off=" << hash_builder_.section_.sh_offset in Write()
472 << " hash size=" << hash_builder_.section_.sh_size; in Write()
579 pieces.push_back(new ElfFileMemoryPiece(".hash", hash_builder_.section_.sh_offset, in Write()
617 dynamic_builder_.AddDynamicTag(DT_HASH, 0, &hash_builder_); in SetupDynamic()