Searched defs:_section (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1184 _section = -1; // self-relative
1189 int _section; // section providing base address, if any member in class:internal_word_Relocation
1201 // If _section is not -1, it is appended to the low bits of the offset.
1207 int section() { return _section; }
1225 _section = section;

Completed in 36 milliseconds