OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectiondata
(Results
26 - 50
of
202
) sorted by null
1
2
3
4
5
6
7
8
9
/external/llvm/test/MC/ELF/
version.s
18
// CHECK-NEXT:
SectionData
(
zero.s
20
// CHECK-NEXT:
SectionData
(
align-nops.s
32
// CHECK-NEXT:
SectionData
(
51
// CHECK-NEXT:
SectionData
(
sleb.s
23
// ELF_32:
SectionData
(
27
// ELF_64:
SectionData
(
uleb.s
16
// ELF_32:
SectionData
(
20
// ELF_64:
SectionData
(
cfi-sections.s
28
// ELF_64-NEXT:
SectionData
(
49
// ELF_32-NEXT:
SectionData
(
/external/llvm/test/MC/COFF/
align-nops.s
33
//CHECK-NEXT:
SectionData
(
52
//CHECK-NEXT:
SectionData
(
/external/llvm/test/Object/Inputs/COFF/
i386.yaml
10
SectionData
: !hex "83EC0CC744240800000000C7042400000000E800000000E8000000008B44240883C40CC3" # |....D$.......$...............D$.....|
32
SectionData
: !hex "48656C6C6F20576F726C642100" # |Hello World!.|
x86-64.yaml
9
SectionData
: !hex "4883EC28C744242400000000488D0D00000000E800000000E8000000008B4424244883C428C3" # |H..(.D$$....H.................D$$H..(.|
31
SectionData
: !hex "48656C6C6F20576F726C642100" # |Hello World!.|
/frameworks/compile/mclinker/include/mcld/Fragment/
FillFragment.h
21
class
SectionData
;
27
SectionData
* pSD = NULL);
AlignFragment.h
19
class
SectionData
;
25
unsigned int pMaxBytesToEmit,
SectionData
*pSD = NULL);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.h
20
class
SectionData
;
28
HexagonGOTEntry(uint64_t pContent,
SectionData
* pParent)
HexagonLDBackend.h
132
bool readSection(Input& pInput,
SectionData
& pSD);
134
bool MoveCommonData(
SectionData
&pFrom,
SectionData
&pTo);
136
bool MoveSectionDataAndSort(
SectionData
& pFrom,
SectionData
& pTo);
HexagonLDBackend.cpp
181
const
SectionData
* sect_data = pSection.getSectionData();
182
SectionData
::const_iterator frag_iter, frag_end = sect_data->end();
692
SectionData
*sd = NULL;
708
SectionData
*pTo = (m_psdata->getSectionData());
716
SectionData
::FragmentListType& to_list = pTo->getFragmentList();
717
SectionData
::FragmentListType::iterator fragTo, fragToEnd = to_list.end();
727
SectionData
::FragmentListType& newlist = pTo->getFragmentList();
759
// get or create corresponding BSS
SectionData
760
SectionData
* bss_sect_data = NULL;
766
SectionData
* tbss_sect_data = NULL
[
all
...]
/external/llvm/test/MC/ARM/
eh-directive-personality.s
25
@ CHECK:
SectionData
(
31
@ CHECK:
SectionData
(
40
@ CHECK:
SectionData
(
67
@ CHECK:
SectionData
(
73
@ CHECK:
SectionData
(
82
@ CHECK:
SectionData
(
eh-directive-handlerdata.s
24
@ CHECK:
SectionData
(
31
@ CHECK:
SectionData
(
38
@ CHECK:
SectionData
(
80
@ CHECK:
SectionData
(
88
@ CHECK:
SectionData
(
95
@ CHECK:
SectionData
(
/external/llvm/test/MC/AsmParser/
section.s
62
# CHECK-NEXT:
SectionData
(
78
# CHECK-NEXT:
SectionData
(
94
# CHECK-NEXT:
SectionData
(
110
# CHECK-NEXT:
SectionData
(
126
# CHECK-NEXT:
SectionData
(
/frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp
42
SectionData
::iterator BranchIsland::begin()
47
SectionData
::const_iterator BranchIsland::begin() const
52
SectionData
::iterator BranchIsland::end()
59
SectionData
::const_iterator BranchIsland::end() const
120
SectionData
* sd = m_Entry.getParent();
/external/llvm/test/CodeGen/ARM/
2010-10-19-mc-elf-objheader.ll
23
; BASIC-NEXT:
SectionData
(
39
; CORTEXA8-NEXT:
SectionData
(
2010-12-08-tpsoft.ll
30
; ELFOBJ:
SectionData
(
/frameworks/compile/mclinker/lib/Fragment/
AlignFragment.cpp
12
#include <mcld/LD/
SectionData
.h>
23
SectionData
*pSD)
FillFragment.cpp
10
#include <mcld/LD/
SectionData
.h>
21
SectionData
* pSD)
Fragment.cpp
14
#include <mcld/LD/
SectionData
.h>
25
Fragment::Fragment(Type pKind,
SectionData
*pParent)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h
41
ARMPLT0(
SectionData
& pParent);
47
ARMPLT1(
SectionData
& pParent);
/external/llvm/lib/ExecutionEngine/
RTDyldMemoryManager.cpp
57
void RTDyldMemoryManager::registerEHFrames(StringRef
SectionData
) {
59
const char *P =
SectionData
.data();
60
const char *End =
SectionData
.data() +
SectionData
.size();
Completed in 669 milliseconds
1
2
3
4
5
6
7
8
9