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
122
) sorted by null
1
2
3
4
5
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h
38
HexagonDynPLT0(
SectionData
& pParent);
44
HexagonExecPLT0(
SectionData
& pParent);
73
SectionData
::iterator m_Last;
/frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h
19
class
SectionData
;
25
unsigned int pMaxBytesToEmit,
SectionData
*pSD = NULL);
RegionFragment.h
27
RegionFragment(MemoryRegion& pRegion,
SectionData
* pSD = NULL);
/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/test/MC/COFF/
module-asm.ll
25
; CHECK-NEXT:
SectionData
=
seh-section.s
20
// CHECK-NEXT:
SectionData
weak-symbol-section-specification.ll
22
; CHECK-NEXT:
SectionData
=
diff.s
25
// CHECK:
SectionData
=
seh.s
17
// CHECK-NEXT:
SectionData
/frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h
24
class
SectionData
;
104
const
SectionData
& getSectionData() const { return *m_pSectionData; }
105
SectionData
& getSectionData() { return *m_pSectionData; }
146
SectionData
* m_pSectionData;
ELFObjectWriter.h
27
class
SectionData
;
119
void emitSectionData(const
SectionData
& pSD, MemoryRegion& pRegion) const;
ELFReaderIf.h
30
class
SectionData
;
69
virtual bool readRegularSection(Input& pInput,
SectionData
& pSD) const = 0;
/frameworks/compile/mclinker/unittests/
SectionDataTest.h
15
class
SectionData
;
/external/elfutils/libdw/
dwarf_getaranges.c
92
if (dbg->
sectiondata
[IDX_debug_aranges] == NULL)
101
if (dbg->
sectiondata
[IDX_debug_aranges]->d_buf == NULL)
108
= (const char *) dbg->
sectiondata
[IDX_debug_aranges]->d_buf;
109
const char *readendp = readp + dbg->
sectiondata
[IDX_debug_aranges]->d_size;
158
if (offset + 4 > dbg->
sectiondata
[IDX_debug_info]->d_size)
200
const char *cu_header = (dbg->
sectiondata
[IDX_debug_info]->d_buf
212
>= dbg->
sectiondata
[IDX_debug_info]->d_size)
dwarf_offdie.c
68
if (offset >= dbg->
sectiondata
[IDX_debug_info]->d_size)
78
result->addr = (char *) dbg->
sectiondata
[IDX_debug_info]->d_buf + offset;
dwarf_nextcu.c
79
|| unlikely (off + 4 >= dwarf->
sectiondata
[IDX_debug_info]->d_size))
87
char *bytes = (char *) dwarf->
sectiondata
[IDX_debug_info]->d_buf + off;
130
>= dwarf->
sectiondata
[IDX_debug_info]->d_size))
166
- ((char *) dwarf->
sectiondata
[IDX_debug_info]->d_buf
dwarf_formstring.c
75
|| dbg->
sectiondata
[IDX_debug_str] == NULL)
89
if (off >= dbg->
sectiondata
[IDX_debug_str]->d_size)
92
return (const char *) dbg->
sectiondata
[IDX_debug_str]->d_buf + off;
dwarf_getmacros.c
79
= die->cu->dbg->
sectiondata
[IDX_debug_macinfo]->d_buf + offset;
81
= readp + die->cu->dbg->
sectiondata
[IDX_debug_macinfo]->d_size;
146
- ((unsigned char *) die->cu->dbg->
sectiondata
[IDX_debug_macinfo]->d_buf
/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);
138
SectionData
::iterator m_Last;
/external/llvm/docs/
yaml2obj.rst
30
SectionData
:
155
SectionData
: {type: str}
/hardware/ti/omap3/dspbridge/inc/
getsection.h
128
*
sectionData
Buffer to contain the section initialized data
139
void *
sectionData
);
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h
80
SECTION_DATA *
sectionData
);
Completed in 1611 milliseconds
1
2
3
4
5