Searched defs:allow_other_sections (Results 1 - 1 of 1) 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),

Completed in 1502 milliseconds