Searched full:shoffset (Results 1 – 25 of 36) sorted by relevance
12
30 ShOffset: 0x00000000133 ShOffset: 0x00000000236 ShOffset: 0x00000000339 ShOffset: 0x00000000442 ShOffset: 0x00000000545 ShOffset: 0x00000000650 ShOffset: 0x00000000754 ShOffset: 0x00000000859 ShOffset: 0x00000000963 ShOffset: 0x00000000A[all …]
47 ShOffset: 0x100052 ShOffset: 0x200056 ShOffset: 0x200460 ShOffset: 0x200865 ShOffset: 0x2009183 …Document that the "Offset" value is checked after the section offset is overriden using "ShOffset".185 # RUN: llvm-readelf %t5 --sections --program-headers | FileCheck %s --check-prefix=SHOFFSET187 # SHOFFSET: [Nr] Name Type Address Off188 # SHOFFSET: [ 1] .foo PROGBITS 0000000000000000 ffffffff190 # SHOFFSET: Type Offset[all …]
74 ## Show that the 'Offset' key can be used together with the 'ShOffset' key.76 ## Case 1: set the same value for 'Offset' and 'ShOffset' keys.88 ## Case 2: set the 'Offset' value to be less than the 'ShOffset'.96 ## Show that the 'Offset' field sets the physical offset in a file and the `ShOffset`103 ## Case 3: set the 'Offset' value to be greater than the 'ShOffset' value.111 ## Show that the 'Offset' field sets the physical offset in file and `ShOffset`127 ShOffset: [[SHOFFSET]]
32 ShOffset: [[TEST=<none>]]
196 ShOffset: 0x7
8 # RUN: not ld.lld %t.o %t1.so -o /dev/null 2>&1 | FileCheck --check-prefix=SHOFFSET %s9 # SHOFFSET: error: {{.*}}.so: section [index 1] has a sh_offset (0xffffffff) + sh_size (0x0) that i…21 ShOffset: 0xFFFFFFFF
68 # MIX-GNU-NEXT: Dependent libraries section .deplibs.broken.shoffset at offset 0xffff0000 contains …97 - Name: .deplibs.broken.shoffset100 ShOffset: 0xffff0000
41 ShOffset: [[SHOFFSET=<none>]]124 ShOffset: [[SHOFFSET=<none>]]
29 ShOffset: [[SHOFFSET=<none>]]
51 ShOffset: 0xffffffff
142 ShOffset: [[SHOFFSET=<none>]]
54 ShOffset: [[SHOFFSET=<none>]]
99 ShOffset: [[SHOFFSET=<none>]]
78 ShOffset: [[OFFSET=<none>]]
358 ShOffset: [[SHOFFSET=0x100]]
36 ShOffset: 0x0000000080000000
41 ShOffset: 0x1001
269 ShOffset: 0x10000280 ShOffset: 0x10000308 ShOffset: 0xFFFFFFFF382 ShOffset: 0xFFFF0000
176 uint64_t ShOffset = EHFrameShdr->sh_offset; in printEHFrame() local179 ShOffset, Address); in printEHFrame()
672 Elf64_Off ShOffset = alignFileOffset(ShdrAlign); in writeNonUserSections() local683 writeELFHeaderInternal<true>(ShOffset, ShStrTab->getNumber(), in writeNonUserSections()686 writeELFHeaderInternal<false>(ShOffset, ShStrTab->getNumber(), in writeNonUserSections()
191 Optional<llvm::yaml::Hex64> ShOffset; member211 uint64_t ShOffset; member
534 ## the .bar section because of the "ShOffset" property.555 ShOffset: 0x0
364 if (From->ShOffset) in overrideFields()365 To.sh_offset = *From->ShOffset; in overrideFields()705 Ret.push_back({Fill->ShOffset, Fill->Size, llvm::ELF::SHT_PROGBITS, in getPhdrFragments()1313 raw_ostream &OS = CBA.getOSAndAlignedOffset(Fill.ShOffset, /*Align=*/1); in writeFill()