OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionTable
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
LDContext.h
36
typedef std::vector<LDSection*>
SectionTable
;
37
typedef
SectionTable
::iterator sect_iterator;
38
typedef
SectionTable
::const_iterator const_sect_iterator;
83
SectionTable
m_SectionTable;
85
SectionTable
m_RelocSections;
/frameworks/compile/mclinker/include/mcld/
Module.h
58
typedef std::vector<LDSection*>
SectionTable
;
59
typedef
SectionTable
::iterator iterator;
60
typedef
SectionTable
::const_iterator const_iterator;
117
const
SectionTable
& getSectionTable() const { return m_SectionTable; }
118
SectionTable
& getSectionTable() { return m_SectionTable; }
179
SectionTable
m_SectionTable;
/external/llvm/lib/Object/
COFFObjectFile.cpp
81
if (addr <
SectionTable
82
|| addr >= (
SectionTable
+ COFFHeader->NumberOfSections))
85
uintptr_t offset = uintptr_t(addr) - uintptr_t(
SectionTable
);
439
,
SectionTable
(0)
489
if ((ec = getObject(
SectionTable
, Data, base() + CurPtr,
563
ret.p = reinterpret_cast<intptr_t>(
SectionTable
);
569
ret.p = reinterpret_cast<intptr_t>(
SectionTable
+ COFFHeader->NumberOfSections);
633
Result =
SectionTable
+ (index - 1);
/external/llvm/include/llvm/Object/
COFF.h
202
const coff_section *
SectionTable
;
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
Completed in 272 milliseconds