OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectiondata
(Results
76 - 100
of
250
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/llvm/test/MC/PowerPC/
ppc-word.s
26
# CHECK-NEXT:
SectionData
(
ppc64-fixup-apply.s
76
# CHECK-NEXT:
SectionData
(
102
# CHECK-NEXT:
SectionData
(
/frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp
12
#include <mcld/LD/
SectionData
.h>
40
/// @param pSectionData - the
SectionData
holds fragments need to be grouped
46
SectionData
& sd = *text->getSectionData();
48
for (
SectionData
::iterator it = sd.begin(), ie = sd.end(); it != ie; ++it) {
EhFrame.cpp
16
#include <mcld/LD/
SectionData
.h>
102
m_pSectionData =
SectionData
::Create(pSection);
323
SectionData
& in_sd = *pInFrame.getSectionData();
324
SectionData
::FragmentListType& in_frag_list = in_sd.getFragmentList();
325
SectionData
& out_sd = *getSectionData();
326
SectionData
::FragmentListType& out_frag_list = out_sd.getFragmentList();
338
SectionData
& in_sd = *pInFrame.getSectionData();
339
SectionData
::FragmentListType& in_frag_list = in_sd.getFragmentList();
340
SectionData
& out_sd = *getSectionData();
341
SectionData
::FragmentListType& out_frag_list = out_sd.getFragmentList()
[
all
...]
/frameworks/compile/mclinker/unittests/
SectionDataTest.h
15
class
SectionData
;
/external/llvm/lib/MC/
WinCOFFStreamer.cpp
202
MCSectionData &
SectionData
= getAssembler().getOrCreateSectionData(*Section);
203
if (
SectionData
.getAlignment() < ByteAlignment)
204
SectionData
.setAlignment(ByteAlignment);
213
ByteAlignment, &
SectionData
);
216
new MCFillFragment(/*_Value=*/0, /*_ValueSize=*/0, Size, &
SectionData
);
/frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h
14
#include <mcld/LD/
SectionData
.h>
184
const
SectionData
* getSectionData() const { return m_pSectionData; }
185
SectionData
* getSectionData() { return m_pSectionData; }
239
SectionData
* m_pSectionData;
244
// However, don't forget we need to handle the Fragments inside
SectionData
ELFObjectWriter.h
25
class
SectionData
;
116
void emitSectionData(const
SectionData
& pSD, MemoryRegion& pRegion) const;
ELFReaderIf.h
27
class
SectionData
;
67
virtual bool readRegularSection(Input& pInput,
SectionData
& pSD) const = 0;
/frameworks/compile/mclinker/lib/Object/
SectionMap.cpp
17
#include <mcld/LD/
SectionData
.h>
50
SectionData
* sd =
SectionData
::Create(*m_pSection);
63
SectionData
* sd =
SectionData
::Create(*m_pSection);
89
SectionData
* sd =
SectionData
::Create(*m_pSection);
102
SectionData
* sd =
SectionData
::Create(*m_pSection);
/external/elfutils/0.153/libdw/
dwarf_getaranges.c
92
if (dbg->
sectiondata
[IDX_debug_aranges] == NULL)
101
if (dbg->
sectiondata
[IDX_debug_aranges]->d_buf == NULL)
107
const unsigned char *readp = dbg->
sectiondata
[IDX_debug_aranges]->d_buf;
109
= readp + dbg->
sectiondata
[IDX_debug_aranges]->d_size;
207
const char *cu_header = (dbg->
sectiondata
[IDX_debug_info]->d_buf
224
>= dbg->
sectiondata
[IDX_debug_info]->d_size))
dwarf_formstring.c
75
|| dbg->
sectiondata
[IDX_debug_str] == NULL)
86
return (const char *) dbg->
sectiondata
[IDX_debug_str]->d_buf + off;
dwarf_nextcu.c
82
|| unlikely (dwarf->
sectiondata
[sec_idx] == NULL)
86
|| unlikely (off + 4 >= dwarf->
sectiondata
[sec_idx]->d_size))
94
const unsigned char *data = dwarf->
sectiondata
[sec_idx]->d_buf;
139
>= dwarf->
sectiondata
[sec_idx]->d_size))
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h
66
X86_32DynPLT0(
SectionData
& pParent);
72
X86_32DynPLT1(
SectionData
& pParent);
78
X86_32ExecPLT0(
SectionData
& pParent);
84
X86_32ExecPLT1(
SectionData
& pParent);
93
X86_64PLT0(
SectionData
& pParent);
99
X86_64PLT1(
SectionData
& pParent);
/external/llvm/docs/
yaml2obj.rst
30
SectionData
:
155
SectionData
: {type: str}
/external/llvm/test/MC/ARM/
elf-movt.s
34
@ OBJ-NEXT:
SectionData
(
55
@ OBJ-NEXT:
SectionData
(
elf-thumbfunc-reloc.ll
26
; CHECK:
SectionData
(
/external/llvm/test/MC/COFF/
seh-align2.s
18
// CHECK:
SectionData
(
36
// CHECK:
SectionData
(
seh-align3.s
18
// CHECK:
SectionData
(
36
// CHECK:
SectionData
(
/external/llvm/tools/lli/
RemoteTargetMessage.h
67
LLI_LoadCodeSection, // Data = uint64_t Address, void *
SectionData
68
LLI_LoadDataSection, // Data = uint64_t Address, void *
SectionData
/hardware/ti/omap3/dspbridge/inc/
getsection.h
128
*
sectionData
Buffer to contain the section initialized data
139
void *
sectionData
);
/external/llvm/test/MC/ELF/
cfi-adjust-cfa-offset.s
30
// CHECK-NEXT:
SectionData
(
cfi-advance-loc2.s
28
// CHECK-NEXT:
SectionData
(
cfi-def-cfa-offset.s
29
// CHECK-NEXT:
SectionData
(
cfi-def-cfa-register.s
25
// CHECK-NEXT:
SectionData
(
Completed in 2237 milliseconds
1
2
3
4
5
6
7
8
9
10