OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectiondata
(Results
76 - 100
of
313
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
179
const
SectionData
* sect_data = pSection.getSectionData();
180
SectionData
::const_iterator frag_iter, frag_end = sect_data->end();
644
SectionData
* prev = NULL;
649
SectionData
* sd = (*island).begin()->getParent();
698
SectionData
* sd = NULL;
713
SectionData
* pTo = (m_psdata->getSectionData());
721
SectionData
::FragmentListType& to_list = pTo->getFragmentList();
722
SectionData
::FragmentListType::iterator fragTo, fragToEnd = to_list.end();
732
SectionData
::FragmentListType& newlist = pTo->getFragmentList();
763
// get or create corresponding BSS
SectionData
[
all
...]
/external/elfutils/libdw/
dwarf_nextcu.c
54
|| unlikely (dwarf->
sectiondata
[sec_idx] == NULL)
58
|| unlikely (off + 4 >= dwarf->
sectiondata
[sec_idx]->d_size))
66
const unsigned char *data = dwarf->
sectiondata
[sec_idx]->d_buf;
111
>= dwarf->
sectiondata
[sec_idx]->d_size))
/external/llvm/test/MC/AArch64/
inst-directive.s
22
// CHECK-OBJ:
SectionData
(
/external/llvm/test/MC/ARM/
2010-11-30-reloc-movt.s
33
// CHECK:
SectionData
(
elf-thumbfunc-reloc2.s
25
// CHECK:
SectionData
(
inst-directive.s
21
@ CHECK:
SectionData
(
40
@ CHECK:
SectionData
(
59
@ CHECK:
SectionData
(
78
@ CHECK:
SectionData
(
/external/llvm/test/MC/COFF/
module-asm.ll
26
; CHECK-NEXT:
SectionData
(
/external/llvm/test/MC/ELF/
cfi-large-model.s
18
// CHECK-NEXT:
SectionData
(
cfi-signal-frame.s
25
// CHECK-NEXT:
SectionData
(
debug-line2.s
18
// CHECK-NEXT:
SectionData
(
global-offset.s
25
// CHECK-NEXT:
SectionData
(
leb128.s
23
// CHECK-NEXT:
SectionData
(
n_bytes.s
23
// CHECK-NEXT:
SectionData
(
relax.s
28
// CHECK-NEXT:
SectionData
(
/external/llvm/test/MC/MachO/AArch64/
darwin-ARM64-local-label-diff.s
21
; CHECK:
SectionData
(
/external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s
24
# CHECK:
SectionData
(
/external/llvm/test/MC/MachO/
file.s
22
// CHECK-NEXT:
SectionData
(
reloc-pcrel-offset.s
28
// CHECK:
SectionData
(
x86_32-scattered-reloc-fallback.s
27
// CHECK:
SectionData
(
/external/llvm/test/MC/Mips/
mips-cop0-reginfo.s
24
# CHECK:
SectionData
(
mips-data-directives.s
16
# CHECK-OBJ:
SectionData
(
mips-reginfo-fp32.s
13
# CHECK:
SectionData
(
sym-offset.ll
16
; CHECK:
SectionData
(
/external/llvm/test/MC/PowerPC/
ppc-llong.s
26
# CHECK-NEXT:
SectionData
(
ppc-word.s
26
# CHECK-NEXT:
SectionData
(
Completed in 347 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>