OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_header
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/courgette/
disassembler_elf_32.cc
108
const Elf32_Shdr *
section_header
= SectionHeader(section_id);
local
110
if (
section_header
->sh_type == SHT_NOBITS)
113
uint32 section_end =
section_header
->sh_offset +
section_header
->sh_size;
189
const Elf32_Shdr *
section_header
= SectionHeader(i);
local
192
if (
section_header
->sh_type == SHT_NOBITS)
195
Elf32_Off section_begin =
section_header
->sh_offset;
196
Elf32_Off section_end = section_begin +
section_header
->sh_size;
199
return
section_header
->sh_addr + (offset32 - section_begin);
263
const Elf32_Shdr *
section_header
= SectionHeader(section_id)
local
428
const Elf32_Shdr *
section_header
= SectionHeader(section_id);
local
466
const Elf32_Shdr *
section_header
= SectionHeader(section_id);
local
491
const Elf32_Shdr *
section_header
= SectionHeader(section_id);
local
[
all
...]
disassembler_elf_32_x86.cc
64
const Elf32_Shdr *
section_header
,
85
size_t file_offset =
section_header
->sh_offset;
86
size_t section_end =
section_header
->sh_offset +
section_header
->sh_size;
89
(Elf32_Rel *)OffsetToPointer(
section_header
->sh_offset);
91
uint32 section_relocs_count =
section_header
->sh_size /
92
section_header
->sh_entsize;
118
const Elf32_Shdr*
section_header
) {
120
uint32 start_file_offset =
section_header
->sh_offset;
121
uint32 end_file_offset = start_file_offset +
section_header
->sh_size
[
all
...]
disassembler_elf_32_arm.cc
299
const Elf32_Shdr *
section_header
,
320
size_t file_offset =
section_header
->sh_offset;
321
size_t section_end =
section_header
->sh_offset +
section_header
->sh_size;
324
(Elf32_Rel *)OffsetToPointer(
section_header
->sh_offset);
326
uint32 section_relocs_count =
section_header
->sh_size /
327
section_header
->sh_entsize;
368
const Elf32_Shdr*
section_header
) {
370
uint32 start_file_offset =
section_header
->sh_offset;
371
uint32 end_file_offset = start_file_offset +
section_header
->sh_size
[
all
...]
disassembler_elf_32_arm.h
67
const Elf32_Shdr *
section_header
,
disassembler_elf_32_x86.h
48
const Elf32_Shdr *
section_header
,
disassembler_elf_32.h
173
const Elf32_Shdr *
section_header
,
176
const Elf32_Shdr *
section_header
,
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportParser.java
15
private static final String
SECTION_HEADER
= "------";
22
final String sectionWithHeader =
SECTION_HEADER
+ " " + section;
35
if (line.startsWith(
SECTION_HEADER
) || (numLines > MAX_LINES)) {
/art/runtime/
elf_file.cc
126
llvm::ELF::Elf32_Shdr&
section_header
= GetSectionHeader(i);
local
127
byte* section_addr = Begin() +
section_header
.sh_offset;
128
switch (
section_header
.sh_type) {
139
if ((
section_header
.sh_flags & llvm::ELF::SHF_ALLOC) != 0) {
355
byte*
section_header
= GetSectionHeadersStart() + (i * GetHeader().e_shentsize);
local
356
CHECK_LT(
section_header
, End()) << file_->GetPath();
357
return *reinterpret_cast<llvm::ELF::Elf32_Shdr*>(
section_header
);
365
llvm::ELF::Elf32_Shdr&
section_header
= GetSectionHeader(i);
local
366
if (
section_header
.sh_type == type) {
367
return &
section_header
;
[
all
...]
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionStrTab.hxx
36
// Save
section_header
37
st->
section_header
= sh;
58
out() << "ELF String Table: " << this->
section_header
->getName() << '\n';
/frameworks/rs/cpu_ref/linkloader/include/
ELFSectionStrTab.h
31
ELFSectionHeaderTy const *
section_header
;
member in class:ELFSectionStrTab
/external/chromium/base/win/
pe_image.cc
532
PIMAGE_SECTION_HEADER
section_header
= GetImageSectionFromAddr(address);
533
if (NULL ==
section_header
)
542
section_header
->VirtualAddress));
545
*on_disk_offset =
section_header
->PointerToRawData + offset_within_section;
/external/chromium_org/base/win/
pe_image.cc
533
PIMAGE_SECTION_HEADER
section_header
= GetImageSectionFromAddr(address);
534
if (NULL ==
section_header
)
543
section_header
->VirtualAddress));
546
*on_disk_offset =
section_header
->PointerToRawData + offset_within_section;
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-ld
i686-linux-android-ld.gold
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/
ld
ld.gold
/prebuilts/sdk/tools/linux/
arm-linux-androideabi-ld
i686-linux-android-ld
Completed in 1480 milliseconds