OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ElfSection
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/linux/
synth_elf.h
141
struct
ElfSection
: public Section {
142
ElfSection
(const Section& section, uint32_t type, uint32_t addr,
155
vector<
ElfSection
> sections_;
157
void AppendSection(
ElfSection
§ion);
/external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py
162
class
ElfSection
:
299
s =
ElfSection
(f)
[
all
...]
Completed in 414 milliseconds