OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dynamic_section
(Results
1 - 9
of
9
) sorted by null
/bionic/tools/relocation_packer/src/
elf_file.h
86
static void AdjustDynamicSectionForHole(Elf_Scn*
dynamic_section
,
elf_file.cc
486
Elf_Scn*
dynamic_section
= NULL;
local
492
dynamic_section
= section;
495
CHECK(
dynamic_section
!= NULL);
497
return
dynamic_section
;
502
void ElfFile<ELF>::AdjustDynamicSectionForHole(Elf_Scn*
dynamic_section
,
507
Elf_Data* data = GetSectionData(
dynamic_section
);
573
RewriteSectionData(
dynamic_section
, section_data, bytes);
639
Elf_Scn*
dynamic_section
= GetDynamicSection<ELF>(elf);
local
640
AdjustDynamicSectionForHole(
dynamic_section
, hole_start, hole_size, relocations_type);
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
readelf.c
192
static Elf_Internal_Dyn *
dynamic_section
;
190
static Elf_Internal_Dyn *
dynamic_section
;
variable
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
layout.h
727
dynamic_section
() const
function in class:gold::Layout
[
all
...]
tilegx.cc
[
all
...]
i386.cc
1032
Output_section* dynamic = this->layout_->
dynamic_section
();
[
all
...]
x86_64.cc
[
all
...]
aarch64.cc
462
Output_section* dynamic = this->layout_->
dynamic_section
();
[
all
...]
powerpc.cc
[
all
...]
Completed in 5066 milliseconds