Searched refs:abs32_relocs_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/courgette/
H A Dencoded_program.cc610 if (!abs32_relocs_.push_back(current_rva) || !output->Write(&abs32, 4))
738 std::sort(abs32_relocs_.begin(), abs32_relocs_.end());
743 for (size_t i = 0; ok && i < abs32_relocs_.size(); ++i) {
744 uint32 rva = abs32_relocs_[i];
759 std::sort(abs32_relocs_.begin(), abs32_relocs_.end());
766 for (size_t i = 0; ok && i < abs32_relocs_.size(); ++i) {
767 relocation_block.r_offset = abs32_relocs_[i];
H A Dencoded_program.h119 UInt32Vector abs32_relocs_; member in class:courgette::EncodedProgram

Completed in 1793 milliseconds