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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp543 void Relocation::normalize_address(address& addr, const CodeSection* dest, bool allow_other_sections) { argument
548 assert(allow_other_sections || dest->contains2(addr),
H A DrelocInfo.hpp812 void normalize_address(address& addr, const CodeSection* dest, bool allow_other_sections = false);

Completed in 51 milliseconds