Searched refs:section_word_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp133 // relocInfo::section_word_type -- same, but can refer to another section
138 // In the case of section_word_type, the offset is relative to a section
266 section_word_type = 9, // internal, but a cross-section reference enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
542 // Base addresses needed to compute targets of section_word_type relocs.
1212 relocInfo::relocType type() { return relocInfo::section_word_type; }
H A DrelocInfo.cpp675 // Change the written type, to be section_word_type instead.
676 base->set_type(relocInfo::section_word_type);
1144 case relocInfo::section_word_type:
H A Dnmethod.cpp2541 case relocInfo::section_word_type: return "section_word";
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp315 rtype == relocInfo::section_word_type ||

Completed in 52 milliseconds