OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectiondata
(Results
201 - 225
of
250
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/llvm/test/MC/COFF/
basic-coff.s
78
// CHECK:
SectionData
(
/external/llvm/test/MC/Mips/
oddspreg.s
41
# CHECK-OBJ-ALL:
SectionData
(
/frameworks/compile/mclinker/include/mcld/
IRBuilder.h
249
static
SectionData
* CreateSectionData(LDSection& pSection);
277
static
SectionData
* CreateBSS(LDSection& pSection);
302
/// AppendFragment - To append pFrag to the given
SectionData
pSD.
316
static uint64_t AppendFragment(Fragment& pFrag,
SectionData
& pSD);
/frameworks/compile/mclinker/include/mcld/LD/
NamePool.h
28
class
SectionData
;
/frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp
14
#include <mcld/LD/
SectionData
.h>
/frameworks/compile/mclinker/lib/LD/
Android.mk
41
SectionData
.cpp \
ELFBinaryReader.cpp
60
SectionData
* data = m_Builder.CreateSectionData(*data_sect);
Relocator.cpp
15
#include <mcld/LD/
SectionData
.h>
ELFReaderIf.cpp
14
#include <mcld/LD/
SectionData
.h>
/frameworks/compile/mclinker/lib/Script/
Assignment.cpp
17
#include <mcld/LD/
SectionData
.h>
Operand.cpp
13
#include <mcld/LD/
SectionData
.h>
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
120
// create
SectionData
and ARMRelDynSection
356
const
SectionData
* sect_data = pSection.getSectionData();
357
SectionData
::const_iterator frag_iter, frag_end = sect_data->end();
504
bool ARMGNULDBackend::readSection(Input& pInput,
SectionData
& pSD)
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
372
bool MipsGNULDBackend::readSection(Input& pInput,
SectionData
& pSD)
531
// get or create corresponding BSS
SectionData
532
SectionData
* bss_sect_data = NULL;
538
SectionData
* tbss_sect_data = NULL;
742
SectionData
* textData = getOutputFormat()->getText().getSectionData();
MipsGOT.cpp
424
Fragment* Mips32GOT::createEntry(uint64_t pValue,
SectionData
* pParent)
465
Fragment* Mips64GOT::createEntry(uint64_t pValue,
SectionData
* pParent)
/frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp
14
#include <mcld/LD/
SectionData
.h>
47
const
SectionData
* sect_data = pInputAttrSectHdr.getSectionData();
/external/aac/libAACenc/src/
dyn_bits.h
160
SECTION_DATA* const RESTRICT
sectionData
,
qc_data.h
171
SECTION_DATA
sectionData
;
/external/elfutils/0.153/libdw/
dwarf_formudata.c
66
const Elf_Data *d = attr->cu->dbg->
sectiondata
[sec_index];
dwarf_ranges.c
126
const Elf_Data *d = die->cu->dbg->
sectiondata
[IDX_debug_ranges];
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
652
StringRef *
SectionData
=
675
if (
SectionData
) {
676
*
SectionData
= data;
/external/elfutils/0.153/libdwfl/
cu.c
200
if (unlikely (cuoff + 4 >= mod->dw->
sectiondata
[IDX_debug_info]->d_size))
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
642
if (opts::
SectionData
) {
647
W.printBinaryBlock("
SectionData
", Data);
[
all
...]
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp
120
// get or create corresponding BSS
SectionData
121
SectionData
* bss_data = NULL;
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp
305
SectionData
::FragmentListType& frag_list =
322
SectionData
::iterator cur_iter(exist_cie);
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
377
SectionData
* text_data = builder.CreateSectionData(*text);
415
SectionData
* attr_data = builder.CreateSectionData(*attr);
Completed in 2474 milliseconds
1
2
3
4
5
6
7
8
9
10