OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationSection
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/obj2yaml/
elf2yaml.cpp
35
ELFYAML::
RelocationSection
&S);
40
ErrorOr<ELFYAML::
RelocationSection
*> dumpRelSection(const Elf_Shdr *Shdr);
41
ErrorOr<ELFYAML::
RelocationSection
*> dumpRelaSection(const Elf_Shdr *Shdr);
93
ErrorOr<ELFYAML::
RelocationSection
*> S = dumpRelaSection(&Sec);
100
ErrorOr<ELFYAML::
RelocationSection
*> S = dumpRelSection(&Sec);
257
ELFYAML::
RelocationSection
&S) {
274
ErrorOr<ELFYAML::
RelocationSection
*>
277
auto S = make_unique<ELFYAML::
RelocationSection
>();
298
ErrorOr<ELFYAML::
RelocationSection
*>
301
auto S = make_unique<ELFYAML::
RelocationSection
>();
[
all
...]
/external/llvm/include/llvm/ObjectYAML/
ELFYAML.h
139
struct
RelocationSection
: Section {
141
RelocationSection
() : Section(SectionKind::Relocation) {}
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
134
const ELFYAML::
RelocationSection
&Section,
218
else if (auto S = dyn_cast<ELFYAML::
RelocationSection
>(Sec.get())) {
365
const ELFYAML::
RelocationSection
&Section,
/external/llvm/lib/ObjectYAML/
ELFYAML.cpp
695
static void sectionMapping(IO &IO, ELFYAML::
RelocationSection
&Section) {
742
Section.reset(new ELFYAML::
RelocationSection
());
743
sectionMapping(IO, *cast<ELFYAML::
RelocationSection
>(Section.get()));
Completed in 136 milliseconds