Searched defs:relocations (Results 1 – 8 of 8) sorted by relevance
93 .global relocations symbol94 relocations: label
57 .global relocations symbol58 relocations: label
104 iterator_range<relocation_iterator> relocations() const { in relocations() function
185 unsigned int relocations = 0; in whisper() local
130 iterator_range<relocation_iterator> relocations() const { in relocations() function
602 XCOFFObjectFile::relocations(const XCOFFSectionHeader32 &Sec) const { in relocations() function in llvm::object::XCOFFObjectFile
99 typedef std::vector<COFFRelocation> relocations; typedef
109 using relocations = std::vector<COFFRelocation>; typedef