OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectiondata
(Results
126 - 150
of
250
) sorted by null
1
2
3
4
5
6
7
8
9
10
/frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h
15
#include <mcld/LD/
SectionData
.h>
35
typedef
SectionData
::iterator iterator;
36
typedef
SectionData
::const_iterator const_iterator;
ELFReader.h
25
class
SectionData
;
73
bool readRegularSection(Input& pInput,
SectionData
& pSD) const;
163
bool readRegularSection(Input& pInput,
SectionData
& pSD) const;
BranchIslandFactory.h
41
/// @param pSectionData - the
SectionData
holds fragments need to be grouped
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp
22
AArch64PLT0::AArch64PLT0(
SectionData
& pParent)
25
AArch64PLT1::AArch64PLT1(
SectionData
& pParent)
52
SectionData
::iterator frag, fragEnd = m_pSectionData->end();
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
21
ARMPLT0::ARMPLT0(
SectionData
& pParent)
24
ARMPLT1::ARMPLT1(
SectionData
& pParent)
51
SectionData
::iterator frag, fragEnd = m_pSectionData->end();
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h
87
virtual Fragment* createEntry(uint64_t pValue,
SectionData
* pParent) = 0;
213
virtual Fragment* createEntry(uint64_t pValue,
SectionData
* pParent);
232
virtual Fragment* createEntry(uint64_t pValue,
SectionData
* pParent);
MipsPLT.cpp
45
MipsPLT0(
SectionData
& pParent)
56
MipsPLTA(
SectionData
& pParent)
78
SectionData
::iterator frag, fragEnd = m_pSectionData->end();
/external/llvm/test/MC/ARM/
eh-directive-multiple-offsets.s
30
@ CHECK:
SectionData
(
59
@ CHECK:
SectionData
(
92
@ CHECK:
SectionData
(
123
@ CHECK:
SectionData
(
165
@ CHECK:
SectionData
(
eh-compact-pr1.s
30
@ CHECK:
SectionData
(
48
@ CHECK:
SectionData
(
59
@ CHECK:
SectionData
(
eh-compact-pr0.s
41
@ CHECK:
SectionData
(
57
@ CHECK:
SectionData
(
77
@ CHECK:
SectionData
(
91
@ CHECK:
SectionData
(
eh-directive-section-multiple-func.s
46
@ CHECK:
SectionData
(
56
@ CHECK:
SectionData
(
68
@ CHECK:
SectionData
(
88
@ CHECK:
SectionData
(
/frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp
168
SectionData
* sd = IRBuilder::CreateSectionData(**section);
177
SectionData
* sd = IRBuilder::CreateSectionData(**section);
209
SectionData
* sd = IRBuilder::CreateSectionData(**section);
219
SectionData
* sd = IRBuilder::CreateSectionData(**section);
248
SectionData
* sd = IRBuilder::CreateSectionData(**section);
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
24
X86_32DynPLT0::X86_32DynPLT0(
SectionData
& pParent)
29
X86_32DynPLT1::X86_32DynPLT1(
SectionData
& pParent)
34
X86_32ExecPLT0::X86_32ExecPLT0(
SectionData
& pParent)
39
X86_32ExecPLT1::X86_32ExecPLT1(
SectionData
& pParent)
44
X86_64PLT0::X86_64PLT0(
SectionData
& pParent)
49
X86_64PLT1::X86_64PLT1(
SectionData
& pParent)
115
SectionData
::iterator frag, fragEnd = m_pSectionData->end();
/external/llvm/test/tools/llvm-readobj/
sections-ext.test
68
COFF-NEXT:
SectionData
(
92
ELF-NEXT:
SectionData
(
132
ELF-NEXT:
SectionData
(
159
ELF-NEXT:
SectionData
(
201
MACHO-I386-NEXT:
SectionData
(
244
MACHO-X86-64-NEXT:
SectionData
(
277
MACHO-X86-64-NEXT:
SectionData
(
320
MACHO-PPC-NEXT:
SectionData
(
352
MACHO-PPC-NEXT:
SectionData
(
386
MACHO-PPC-NEXT:
SectionData
(
[
all
...]
/external/elfutils/0.153/libdw/
dwarf_getabbrev.c
70
if (dbg->
sectiondata
[IDX_debug_abbrev] == NULL)
73
if (offset >= dbg->
sectiondata
[IDX_debug_abbrev]->d_size)
80
= (unsigned char *) dbg->
sectiondata
[IDX_debug_abbrev]->d_buf + offset;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
24
HexagonPLT0::HexagonPLT0(
SectionData
& pParent)
29
HexagonPLT1::HexagonPLT1(
SectionData
& pParent)
88
SectionData
::iterator frag, fragEnd = m_pSectionData->end();
/external/llvm/test/CodeGen/ARM/
build-attributes-encoding.s
79
// CHECK-NEXT:
SectionData
(
/external/llvm/test/MC/Mips/
elf-bigendian.ll
31
; CHECK-NEXT:
SectionData
(
nooddspreg-cmdarg.s
33
# CHECK-OBJ:
SectionData
(
nooddspreg.s
33
# CHECK-OBJ:
SectionData
(
/external/llvm/tools/llvm-readobj/
llvm-readobj.h
33
extern llvm::cl::opt<bool>
SectionData
;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h
86
SECTION_DATA
sectionData
;
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
13
#include <mcld/LD/
SectionData
.h>
293
SectionData
* IRBuilder::CreateSectionData(LDSection& pSection)
297
SectionData
* sect_data =
SectionData
::Create(pSection);
323
SectionData
* IRBuilder::CreateBSS(LDSection& pSection)
328
SectionData
* sect_data =
SectionData
::Create(pSection);
363
/// AppendFragment - To append pFrag to the given
SectionData
pSD
364
uint64_t IRBuilder::AppendFragment(Fragment& pFrag,
SectionData
& pSD)
/frameworks/compile/mclinker/lib/Fragment/
NullFragment.cpp
16
NullFragment::NullFragment(
SectionData
* pSD)
RegionFragment.cpp
16
RegionFragment::RegionFragment(llvm::StringRef pRegion,
SectionData
* pSD)
Completed in 2238 milliseconds
1
2
3
4
5
6
7
8
9
10