Home
last modified time | relevance | path

Searched refs:section_rel_begin (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DMachO.h91 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;
131 relocation_iterator section_rel_begin(unsigned Index) const;
DObjectFile.h320 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
522 return OwningObject->section_rel_begin(SectionPimpl); in begin_relocations()
DCOFF.h273 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;
DELFObjectFile.h90 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;
542 ELFObjectFile<ELFT>::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function
/freebsd-9-stable/contrib/llvm/lib/Object/
DMachOObjectFile.cpp800 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function in llvm::object::MachOObjectFile
1308 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin() function in llvm::object::MachOObjectFile
1311 return section_rel_begin(DRI); in section_rel_begin()
DCOFFObjectFile.cpp340 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function in COFFObjectFile
/freebsd-9-stable/contrib/llvm/tools/macho-dump/
Dmacho-dump.cpp100 for (relocation_iterator I = Obj.section_rel_begin(Index), in DumpSectionData()