Searched refs:coff_section (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.h46 struct coff_section struct
65 struct coff_section *sections;
74 struct coff_section *parent;
160 struct coff_section *sec; /* What section */
208 struct coff_section *section;
H A Dsrconv.c58 static void wr_sh (struct coff_ofile *, struct coff_section *);
59 static void wr_ob (struct coff_ofile *, struct coff_section *);
60 static void wr_rl (struct coff_ofile *, struct coff_section *);
63 (struct coff_sfile *, struct coff_section *, struct coff_scope *, int, int);
64 static void wr_dps_end (struct coff_section *, struct coff_scope *, int);
71 (struct coff_sfile *, struct coff_section *, struct coff_symbol *, int);
73 (struct coff_section *, struct coff_sfile *, struct coff_scope *, int, int);
74 static void walk_tree_sfile (struct coff_section *, struct coff_sfile *);
78 static int find_base (struct coff_sfile *, struct coff_section *);
436 wr_sh (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_section *se
[all...]
H A Dcoffdump.c44 static void dump_coff_section (struct coff_section *);
415 dump_coff_section (struct coff_section *ptr)
H A Dcoffgrok.c133 struct coff_section *all = (struct coff_section *) (xcalloc (abfd->section_count + 1,
134 sizeof (struct coff_section)));
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp77 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
78 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p);
87 assert(offset % sizeof(coff_section) == 0 &&
112 const coff_section *Section = NULL;
128 const coff_section *Section = NULL;
154 const coff_section *Section = NULL;
197 const coff_section *Section = NULL;
216 const coff_section *sec = 0;
232 const coff_section *se
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h188 struct coff_section { struct in namespace:llvm::object
229 const coff_section *SectionTable;
239 const coff_section *toSec(DataRefImpl Sec) const;
306 const coff_section *getCOFFSection(section_iterator &It) const;
322 error_code getSection(int32_t index, const coff_section *&Res) const;
334 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
335 error_code getSectionContents(const coff_section *Sec,
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp162 const coff_section *&ResolvedSection,
199 const coff_section *Section;
282 const coff_section *Pdata = 0;
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp90 const coff_section **Section,
93 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
181 const coff_section *&ResolvedSection,
507 const coff_section *Section;
521 const coff_section **SectionPtr, uint64_t *AddrPtr) {
527 const coff_section *Section;
548 const coff_section *Section = Obj->getCOFFSection(SecI);
663 const coff_section *Section = Obj->getCOFFSection(SecI);
806 const coff_section *Section;
897 const coff_section *Asso
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp359 COFFSection *coff_section = createSection(Sec.getSectionName()); local
362 coff_section->Symbol = coff_symbol;
363 coff_symbol->Section = coff_section;
372 coff_section->Header.Characteristics = Sec.getCharacteristics();
374 uint32_t &Characteristics = coff_section->Header.Characteristics;
395 coff_section->MCData = &SectionData;
396 SectionMap[&SectionData.getSection()] = coff_section;
649 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; local
701 coff_section->Relocations.push_back(Reloc);
/freebsd-9.3-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp408 const coff_section *Section = Obj.getCOFFSection(SecI);

Completed in 276 milliseconds