OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_header_table
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp
110
llvm::ELF::Elf64_Shdr *
section_header_table
=
local
114
llvm::ELF::Elf32_Shdr *
section_header_table
=
local
120
if (
section_header_table
[i].sh_flags & llvm::ELF::SHF_ALLOC) {
132
section_header_table
[i].sh_addr = static_cast<llvm::ELF::Elf64_Addr>(address);
135
section_header_table
[i].sh_addr = static_cast<llvm::ELF::Elf32_Addr>(address);
Completed in 391 milliseconds