OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coff_section
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Object/
COFFObjectFile.cpp
76
const
coff_section
*COFFObjectFile::toSec(DataRefImpl Sec) const {
77
const
coff_section
*addr = reinterpret_cast<const
coff_section
*>(Sec.p);
86
assert(offset % sizeof(
coff_section
) == 0 &&
111
const
coff_section
*Section = NULL;
129
const
coff_section
*Section = NULL;
196
const
coff_section
*Section = NULL;
229
const
coff_section
*Section = NULL;
285
const
coff_section
*sec = 0;
301
const
coff_section
*sec = toSec(Sec)
[
all
...]
/external/llvm/include/llvm/Object/
COFF.h
168
struct
coff_section
{
struct in namespace:llvm::object
202
const
coff_section
*SectionTable;
210
const
coff_section
*toSec(DataRefImpl Sec) const;
275
const
coff_section
*getCOFFSection(section_iterator &It) const;
288
error_code getSection(int32_t index, const
coff_section
*&Res) const;
300
error_code getSectionName(const
coff_section
*Sec, StringRef &Res) const;
301
error_code getSectionContents(const
coff_section
*Sec,
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
90
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;
[
all
...]
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
371
COFFSection *
coff_section
= createSection(Sec.getSectionName());
local
374
coff_section
->Symbol = coff_symbol;
375
coff_symbol->Section =
coff_section
;
384
coff_section
->Header.Characteristics = Sec.getCharacteristics();
386
uint32_t &Characteristics =
coff_section
->Header.Characteristics;
407
coff_section
->MCData = &SectionData;
408
SectionMap[&SectionData.getSection()] =
coff_section
;
655
COFFSection *
coff_section
= SectionMap[&SectionData->getSection()];
local
707
coff_section
->Relocations.push_back(Reloc);
/external/llvm/tools/llvm-objdump/
COFFDump.cpp
162
const
coff_section
*&ResolvedSection,
199
const
coff_section
*Section;
240
const
coff_section
*Pdata = 0;
/external/llvm/tools/obj2yaml/
coff2yaml.cpp
58
const object::
coff_section
*Sect = Obj.getCOFFSection(iter);
Completed in 1066 milliseconds