Searched defs:DynamicSection (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ | ||
H A D | ELFYAML.h | 364 struct DynamicSection : Section { global() struct |
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | SyntheticSections.cpp | 1253 DynamicSection<ELFT>::DynamicSection() DynamicSection() function in DynamicSection |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.h | 866 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} DynamicSection() function |