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
250
) sorted by null
1
2
3
4
5
6
7
8
9
10
/frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp
16
#include <mcld/LD/
SectionData
.h>
97
SectionData
* data = NULL;
117
bool ObjectBuilder::MoveSectionData(
SectionData
& pFrom,
SectionData
& pTo)
137
SectionData
::FragmentListType& from_list = pFrom.getFragmentList();
138
SectionData
::FragmentListType& to_list = pTo.getFragmentList();
139
SectionData
::FragmentListType::iterator frag, fragEnd = from_list.end();
168
/// AppendFragment - To append pFrag to the given
SectionData
pSD.
170
SectionData
& pSD,
/external/llvm/test/Object/Inputs/COFF/
x86-64.yaml
9
SectionData
: !hex "4883EC28C744242400000000488D0D00000000E800000000E8000000008B4424244883C428C3" # |H..(.D$$....H.................D$$H..(.|
31
SectionData
: !hex "48656C6C6F20576F726C642100" # |Hello World!.|
37
SectionData
: !hex "0000000000000000"
weak-external.yaml
9
SectionData
: 5589E583E4F0E800000000B800000000C9C39090
i386.yaml
10
SectionData
: !hex "83EC0CC744240800000000C7042400000000E800000000E8000000008B44240883C40CC3" # |....D$.......$...............D$.....|
32
SectionData
: !hex "48656C6C6F20576F726C642100" # |Hello World!.|
/external/aac/libAACenc/src/
bitenc.cpp
117
SECTION_DATA *
sectionData
,
124
for(i=0;i<
sectionData
->noOfSections;i++)
126
if(
sectionData
->huffsection[i].codeBook != CODE_BOOK_PNS_NO)
129
INT tmp =
sectionData
->huffsection[i].sfbStart+
sectionData
->huffsection[i].sfbCnt;
130
for(sfb=
sectionData
->huffsection[i].sfbStart; sfb<tmp; sfb++)
134
sectionData
->huffsection[i].codeBook,
235
static INT FDKaacEnc_encodeSectionData(SECTION_DATA *
sectionData
,
246
switch(
sectionData
->blockType)
261
for(i=0;i<
sectionData
->noOfSections;i++
[
all
...]
/external/elfutils/0.153/libdw/
dwarf_getstring.c
68
if (dbg->
sectiondata
[IDX_debug_str] == NULL
69
|| offset >= dbg->
sectiondata
[IDX_debug_str]->d_size)
76
const char *result = ((const char *) dbg->
sectiondata
[IDX_debug_str]->d_buf
79
dbg->
sectiondata
[IDX_debug_str]->d_size - offset);
dwarf_getpubnames.c
71
unsigned char *const startp = dbg->
sectiondata
[IDX_debug_pubnames]->d_buf;
73
unsigned char *endp = readp + dbg->
sectiondata
[IDX_debug_pubnames]->d_size;
112
if (mem[cnt].set_start >= dbg->
sectiondata
[IDX_debug_pubnames]->d_size)
133
= ((unsigned char *) dbg->
sectiondata
[IDX_debug_info]->d_buf
176
if (unlikely (dbg->
sectiondata
[IDX_debug_pubnames] == NULL
178
>= dbg->
sectiondata
[IDX_debug_pubnames]->d_size)))
206
= (unsigned char *) dbg->
sectiondata
[IDX_debug_pubnames]->d_buf;
246
startp = (unsigned char *) dbg->
sectiondata
[IDX_debug_pubnames]->d_buf;
/external/llvm/test/MC/COFF/
diff.s
30
// CHECK:
SectionData
(
align-nops.s
33
//CHECK-NEXT:
SectionData
(
52
//CHECK-NEXT:
SectionData
(
/external/llvm/test/MC/ELF/
dot-symbol-assignment.s
18
// CHECK:
SectionData
(
ident.s
17
// CHECK-NEXT:
SectionData
(
norelocation.s
22
// CHECK-NEXT:
SectionData
(
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
(
/external/llvm/test/Object/
yaml2obj-coff-multi-doc.test
22
SectionData
: "00000000"
62
SectionData
: "00000000"
/frameworks/compile/mclinker/include/mcld/Fragment/
FillFragment.h
18
class
SectionData
;
24
SectionData
* pSD = NULL);
/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();
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
133
bool readSection(Input& pInput,
SectionData
& pSD);
135
bool MoveCommonData(
SectionData
&pFrom,
SectionData
&pTo);
137
bool MoveSectionDataAndSort(
SectionData
& pFrom,
SectionData
& pTo);
/external/llvm/test/CodeGen/Thumb2/
tpsoft.ll
34
; ELFOBJ-LE:
SectionData
(
38
; ELFOBJ-BE:
SectionData
(
Completed in 1268 milliseconds
1
2
3
4
5
6
7
8
9
10