OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_sect
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
370
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
374
if (0x0 == (llvm::ELF::SHF_ALLOC &
target_sect
.flag())) {
621
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
625
if (0x0 != (llvm::ELF::SHF_ALLOC &
target_sect
.flag())) {
669
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
673
if (0x0 != (llvm::ELF::SHF_ALLOC &
target_sect
.flag())) {
718
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
721
if (0x0 != (llvm::ELF::SHF_ALLOC &
target_sect
.flag())) {
800
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
803
if (0x0 != (llvm::ELF::SHF_ALLOC &
target_sect
.flag()))
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
253
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
256
if (0x0 == (llvm::ELF::SHF_ALLOC &
target_sect
.flag())) {
314
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
317
if (0x0 == (llvm::ELF::SHF_ALLOC &
target_sect
.flag())) {
799
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
802
if (0x0 == (llvm::ELF::SHF_ALLOC &
target_sect
.flag())) {
866
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
870
if (0x0 != (llvm::ELF::SHF_ALLOC &
target_sect
.flag()) &&
924
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
927
if (0x0 == (llvm::ELF::SHF_ALLOC &
target_sect
.flag()))
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
224
LDSection&
target_sect
= pReloc.targetRef().frag()->getParent()->getSection();
local
227
if (0x0 == (llvm::ELF::SHF_ALLOC &
target_sect
.flag())) {
Completed in 195 milliseconds