OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionHeader
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/courgette/
disassembler_elf_32.h
107
const Elf32_Shdr *
SectionHeader
(int id) const {
113
return OffsetToPointer(
SectionHeader
(id)->sh_offset);
117
return
SectionHeader
(id)->sh_size;
disassembler_elf_32.cc
108
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
189
const Elf32_Shdr *section_header =
SectionHeader
(i);
263
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
428
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
466
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
491
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
/frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h
48
typedef llvm::ELF::Elf32_Shdr
SectionHeader
;
138
typedef llvm::ELF::Elf64_Shdr
SectionHeader
;
Completed in 416 milliseconds