OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_header
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/linkloader/include/
ELFSectionStrTab.h
31
ELFSectionHeaderTy const *
section_header
;
member in class:ELFSectionStrTab
/frameworks/compile/linkloader/include/impl/
ELFSectionStrTab.hxx
36
// Save
section_header
37
st->
section_header
= sh;
58
out() << "ELF String Table: " << this->
section_header
->getName() << '\n';
/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;
Completed in 50 milliseconds