OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dyn_sect
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
419
LDSection&
dyn_sect
= file_format->getDynamic();
local
427
MemoryRegion* dyn_region = pOutput.request(
dyn_sect
.offset(),
428
dyn_sect
.size());
538
dynamic().emit(
dyn_sect
, *dyn_region);
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
1046
LDSection&
dyn_sect
= file_format->getDynamic();
local
[
all
...]
Completed in 639 milliseconds