Home
last modified time | relevance | path

Searched defs:DynamicSection (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libelf/
H A Drelocation_test.cpp42 struct DynamicSection { struct in Program
43 Elf64_Dyn symtab;
44 Elf64_Dyn relx;
45 Elf64_Dyn relx_size;
46 Elf64_Dyn other_entry;
47 Elf64_Dyn end;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h234 struct DynamicSection : Section { struct
238 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
240 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h350 struct DynamicSection : Section { struct
353 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
355 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
359 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DELFYAML.h376 struct DynamicSection : Section { struct
379 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
381 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
385 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h364 struct DynamicSection : Section { struct
367 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
369 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
373 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h376 struct DynamicSection : Section { struct
379 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
381 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
385 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DELFYAML.h376 struct DynamicSection : Section { struct
379 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
381 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
385 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.h857 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function