Home
last modified time | relevance | path

Searched refs:abs32_locations_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/courgette/
Ddisassembler_win32_x86.cc368 abs32_locations_.clear(); in ParseAbs32Relocs()
369 if (!ParseRelocs(&abs32_locations_)) in ParseAbs32Relocs()
372 std::sort(abs32_locations_.begin(), abs32_locations_.end()); in ParseAbs32Relocs()
375 for (size_t i = 0; i < abs32_locations_.size(); ++i) { in ParseAbs32Relocs()
376 RVA rva = abs32_locations_[i]; in ParseAbs32Relocs()
399 VLOG(1) << "abs32_locations_ " << abs32_locations_.size() in ParseRel32RelocsFromSections()
443 std::vector<RVA>::iterator abs32_pos = abs32_locations_.begin(); in ParseRel32RelocsFromSection()
480 while (abs32_pos != abs32_locations_.end() && *abs32_pos < rel32_rva - 3) in ParseRel32RelocsFromSection()
484 if (abs32_pos != abs32_locations_.end()) { in ParseRel32RelocsFromSection()
548 std::vector<RVA>::iterator abs32_pos = abs32_locations_.begin(); in ParseFileRegion()
[all …]
Ddisassembler_win32_x64.cc368 abs32_locations_.clear(); in ParseAbs32Relocs()
369 if (!ParseRelocs(&abs32_locations_)) in ParseAbs32Relocs()
372 std::sort(abs32_locations_.begin(), abs32_locations_.end()); in ParseAbs32Relocs()
375 for (size_t i = 0; i < abs32_locations_.size(); ++i) { in ParseAbs32Relocs()
376 RVA rva = abs32_locations_[i]; in ParseAbs32Relocs()
399 VLOG(1) << "abs32_locations_ " << abs32_locations_.size() in ParseRel32RelocsFromSections()
443 std::vector<RVA>::iterator abs32_pos = abs32_locations_.begin(); in ParseRel32RelocsFromSection()
480 while (abs32_pos != abs32_locations_.end() && *abs32_pos < rel32_rva - 3) in ParseRel32RelocsFromSection()
484 if (abs32_pos != abs32_locations_.end()) { in ParseRel32RelocsFromSection()
548 std::vector<RVA>::iterator abs32_pos = abs32_locations_.begin(); in ParseFileRegion()
[all …]
Ddisassembler_elf_32_x86.cc94 if (abs32_locations_.size() > section_relocs_count) in ParseRelocationSection()
97 std::vector<RVA>::iterator reloc_iter = abs32_locations_.begin(); in ParseRelocationSection()
99 while (match && (reloc_iter != abs32_locations_.end())) { in ParseRelocationSection()
111 file_offset += sizeof(Elf32_Rel) * abs32_locations_.size(); in ParseRelocationSection()
Ddisassembler_elf_32.cc247 if (!RVAsToOffsets(&abs32_locations_, &abs_offsets)) in ParseFile()
424 abs32_locations_.clear(); in ParseAbs32Relocs()
446 abs32_locations_.push_back(rva); in ParseAbs32Relocs()
451 std::sort(abs32_locations_.begin(), abs32_locations_.end()); in ParseAbs32Relocs()
Ddisassembler_elf_32_arm.cc327 if (abs32_locations_.size() > section_relocs_count) in ParseRelocationSection()
330 if (!abs32_locations_.empty()) { in ParseRelocationSection()
331 std::vector<RVA>::iterator reloc_iter = abs32_locations_.begin(); in ParseRelocationSection()
345 while (match && (reloc_iter != abs32_locations_.end())) { in ParseRelocationSection()
Ddisassembler_elf_32.h94 std::vector<RVA> &Abs32Locations() { return abs32_locations_; } in Abs32Locations()
202 std::vector<RVA> abs32_locations_; variable
Ddisassembler_win32_x86.h108 std::vector<RVA> abs32_locations_; variable
Ddisassembler_win32_x64.h108 std::vector<RVA> abs32_locations_; variable