OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectiondata
(Results
226 - 250
of
313
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/MachO/
zerofill-5.s
42
// CHECK:
SectionData
(
absolutize.s
82
// CHECK:
SectionData
(
103
// CHECK:
SectionData
(
/external/llvm/test/Object/Inputs/COFF/
section-aux-symbol.yaml
9
SectionData
: 0000000030114000000000000000000010104000401640000000000000000000B015400060154000000000000000000000000000
/frameworks/compile/mclinker/lib/Core/
Module.cpp
16
#include "mcld/LD/
SectionData
.h"
Linker.cpp
20
#include "mcld/LD/
SectionData
.h"
308
SectionData
::Clear();
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub.cpp
20
#include "mcld/LD/
SectionData
.h"
AArch64CA53Erratum843419Stub2.cpp
21
#include "mcld/LD/
SectionData
.h"
AArch64GOT.h
28
AArch64GOTEntry(uint64_t pContent,
SectionData
* pParent)
AArch64LDBackend.cpp
320
SectionData
* sd = (*sect)->getSectionData();
321
for (
SectionData
::iterator it = sd->begin(), ie = sd->end(); it != ie;
490
SectionData
* prev = NULL;
495
SectionData
* sd = (*island).begin()->getParent();
536
bool AArch64GNULDBackend::readSection(Input& pInput,
SectionData
& pSD) {
/frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp
12
#include "mcld/LD/
SectionData
.h"
/external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s
36
@ CHECK:
SectionData
(
48
@ CHECK:
SectionData
(
eh-directive-section.s
55
@ CHECK:
SectionData
(
65
@ CHECK:
SectionData
(
94
@ CHECK:
SectionData
(
114
@ CHECK:
SectionData
(
124
@ CHECK:
SectionData
(
153
@ CHECK:
SectionData
(
eh-directive-save.s
94
@ CHECK:
SectionData
(
151
@ CHECK:
SectionData
(
207
@ CHECK:
SectionData
(
293
@ CHECK:
SectionData
(
339
@ CHECK:
SectionData
(
eh-directive-setfp.s
47
@ CHECK:
SectionData
(
90
@ CHECK:
SectionData
(
133
@ CHECK:
SectionData
(
177
@ CHECK:
SectionData
(
235
@ CHECK:
SectionData
(
eh-directive-text-section.s
39
@ CHECK:
SectionData
(
68
@ CHECK:
SectionData
(
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
41
class
SectionData
;
147
virtual bool readSection(Input& pInput,
SectionData
& pSD) { return true; }
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
81
/// Backend can put the data of the tables in
SectionData
directly
134
bool readSection(Input& pInput,
SectionData
& pSD);
/external/aac/libAACenc/src/
qc_main.cpp
[
all
...]
/external/llvm/tools/yaml2obj/
yaml2coff.cpp
175
if (S.
SectionData
.binary_size() > 0) {
178
S.Header.SizeOfRawData = S.
SectionData
.binary_size();
450
S.
SectionData
.writeAsBinary(OS);
451
assert(S.Header.SizeOfRawData >= S.
SectionData
.binary_size());
452
OS << num_zeros(S.Header.SizeOfRawData - S.
SectionData
.binary_size());
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
28
#include "mcld/LD/
SectionData
.h"
383
const
SectionData
* sd = NULL;
452
assert(sect_data != NULL && "
SectionData
is NULL in emitRelocation!");
649
void ELFObjectWriter::emitSectionData(const
SectionData
& pSD,
651
SectionData
::const_iterator fragIter, fragEnd = pSD.end();
IdenticalCodeFolding.cpp
19
#include "mcld/LD/
SectionData
.h"
218
SectionData
::const_iterator frag, fragEnd = sect->getSectionData()->end();
/external/elfutils/libdw/
dwarf_formudata.c
45
const Elf_Data *d = attr->cu->dbg->
sectiondata
[sec_index];
dwarf_ranges.c
105
const Elf_Data *d = die->cu->dbg->
sectiondata
[IDX_debug_ranges];
libdw_findcu.c
96
Elf_Data *data = dbg->
sectiondata
[debug_types
/external/llvm/include/llvm/Object/
COFFYAML.h
58
yaml::BinaryRef
SectionData
;
Completed in 864 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>