OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTBSS
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
449
LDSection&
getTBSS
() {
454
const LDSection&
getTBSS
() const {
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
285
LDSection& tbss_sect = file_format->
getTBSS
();
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
110
bss_sect_hdr = &file_format->
getTBSS
();
289
else if (&file_format->
getTBSS
() == sym_sect || rsym->isCommon()) {
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
757
LDSection& tbss_sect = file_format->
getTBSS
();
[
all
...]
HexagonRelocator.cpp
241
bss_sect_hdr = &file_format->
getTBSS
();
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
102
bss_sect_hdr = &file_format->
getTBSS
();
[
all
...]
Completed in 655 milliseconds