OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DynamicSection
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h
345
struct
DynamicSection
: Section {
348
DynamicSection
() : Section(ChunkKind::Dynamic) {}
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
842
class
DynamicSection
: public Section {
844
explicit
DynamicSection
(ArrayRef<uint8_t> Data) : Section(Data) {}
Object.cpp
1714
return Obj.addSection<
DynamicSection
>(*Data);
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
267
const ELFYAML::
DynamicSection
&Section,
830
} else if (auto S = dyn_cast<ELFYAML::
DynamicSection
>(Sec)) {
1608
const ELFYAML::
DynamicSection
&Section,
ELFYAML.cpp
1260
static void sectionMapping(IO &IO, ELFYAML::
DynamicSection
&Section) {
1495
Section.reset(new ELFYAML::
DynamicSection
());
1496
sectionMapping(IO, *cast<ELFYAML::
DynamicSection
>(Section.get()));
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp
76
Expected<ELFYAML::
DynamicSection
*> dumpDynamicSection(const Elf_Shdr *Shdr);
1034
Expected<ELFYAML::
DynamicSection
*>
1036
auto S = std::make_unique<ELFYAML::
DynamicSection
>();
Completed in 23 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026