OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dynamic_section_
(Results
1 - 4
of
4
) sorted by null
/bionic/tools/relocation_packer/src/
elf_file.h
38
relocations_section_(NULL),
dynamic_section_
(NULL),
110
Elf_Scn*
dynamic_section_
;
member in class:relocation_packer::ElfFile
elf_file.cc
259
dynamic_section_
= found_dynamic_section;
796
Elf_Data* data = GetSectionData(
dynamic_section_
);
817
RewriteSectionData(
dynamic_section_
, dynamics_data, dynamics_bytes);
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
layout.h
728
{ return this->
dynamic_section_
; }
1366
Output_section*
dynamic_section_
;
member in class:gold::Layout
[
all
...]
layout.cc
446
dynamic_section_
(NULL),
[
all
...]
Completed in 643 milliseconds