Home
last modified time | relevance | path

Searched refs:DynamicSection (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Ddynamic.test9 ELF-MIPS: DynamicSection [ (23 entries)
44 ELF-MIPS-EXE: DynamicSection [ (26 entries)
81 ELF-X86-EXE: DynamicSection [ (30 entries)
122 ELF-X86-SO: DynamicSection [ ({{[0-9]+}} entries)
159 ELF-AARCH64-SO: DynamicSection [ (26 entries)
Dppc64-glink.test9 CHECK: DynamicSection [ (25 entries)
Dmips-options.test6 CHECK: DynamicSection [ (14 entries)
Dmips-rld-map-rel.test6 CHECK: DynamicSection [ (16 entries)
/external/llvm/test/tools/llvm-readobj/
Ddynamic.test9 ELF-MIPS: DynamicSection [ (23 entries)
44 ELF-MIPS-EXE: DynamicSection [ (26 entries)
81 ELF-X86-EXE: DynamicSection [ (30 entries)
122 ELF-AARCH64-SO: DynamicSection [ (26 entries)
Dmips-options.test6 CHECK: DynamicSection [ (14 entries)
Dmips-rld-map-rel.test6 CHECK: DynamicSection [ (16 entries)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Ddynamic.test5 #CHECK: DynamicSection [
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dno-section-table.test4 CHECK: DynamicSection [ (24 entries)
Dreadobj-shared-object.test303 ELF32: DynamicSection [ (9 entries)
316 ELF64: DynamicSection [ (9 entries)
/external/llvm/test/Object/
Dno-section-table.test4 CHECK: DynamicSection [ (24 entries)
Dreadobj-shared-object.test303 ELF32: DynamicSection [ (9 entries)
316 ELF64: DynamicSection [ (9 entries)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h572 class DynamicSection : public Section {
574 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
DObject.cpp818 return Obj.addSection<DynamicSection>(Data); in makeSection()