OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbss_sect
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
285
LDSection&
tbss_sect
= file_format->getTBSS();
local
295
if (
tbss_sect
.hasSectionData())
296
tbss_sect_data =
tbss_sect
.getSectionData();
298
tbss_sect_data = IRBuilder::CreateSectionData(
tbss_sect
);
302
uint64_t tbss_offset =
tbss_sect
.size();
360
tbss_sect
.setSize(tbss_offset);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
757
LDSection&
tbss_sect
= file_format->getTBSS();
local
767
if (
tbss_sect
.hasSectionData())
768
tbss_sect_data =
tbss_sect
.getSectionData();
770
tbss_sect_data = IRBuilder::CreateSectionData(
tbss_sect
);
774
uint64_t tbss_offset =
tbss_sect
.size();
898
tbss_sect
.setSize(tbss_offset);
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
1570
LDSection&
tbss_sect
= file_format->getTBSS();
local
[
all
...]
Completed in 101 milliseconds