Searched full:shsize (Results 1 – 25 of 27) sorted by relevance
12
42 ShSize: 0x146 ShSize: 0x251 ShSize: 0x458 ShSize: 0x1862 ShSize: 0x2067 ShSize: 0x4071 ShSize: 0x8075 ShSize: 0x10080 ShSize: 0x20084 ShSize: 0x400[all …]
30 ShSize: 0x00000000133 ShSize: 0x00000000236 ShSize: 0x00000000339 ShSize: 0x00000000442 ShSize: 0x00000000545 ShSize: 0x00000000650 ShSize: 0x00000000754 ShSize: 0x00000000859 ShSize: 0x00000000963 ShSize: 0x00000000A[all …]
18 # EXE-DSO-NEXT: [ 2] .text.shsize PROGBITS 0000000000001003 000043 001234 00 A 0 0 036 # REL-NEXT: [ 2] .text.shsize PROGBITS 0000000000000000 000043 001234 00 A 0 0 059 ## Test that ShSize does not affect virtual addresses.60 - Name: .text.shsize63 ShSize: 0x1234
33 ShSize: [[TEST=<none>]]
197 ShSize: 0x8
28 ShSize: [[SHSIZE=<none>]]
143 ShSize: [[SHSIZE=<none>]]
116 ShSize: 1146 ShSize: 21
67 ShSize: [[SECSIZE=<none>]]
57 ShSize: [[SECSIZE1=<none>]]67 ShSize: [[SECSIZE2=<none>]]
462 ShSize: 0x1526 ShSize: 21
359 ShSize: [[SHSIZE=24]]
86 ShSize: 0x4444444444444444
138 ShSize: 0xffffffff
428 ShSize: 0x11435 ShSize: 0x11
242 ShSize: 0x48
37 phentsize, phnum, shsize, shnum; local91 shsize = elf_int(toybuf+46+12*bits, 2);134 if (shoff<0 || shoff>TT.len || shnum*shsize>TT.len-shoff) goto bad;136 char *shdr = map+shoff+i*shsize;
326 ShSize: 0xFFFFFFFF in TEST()
1022 (!Section.ShOffset.hasValue() && !Section.ShSize.hasValue() && in commonSectionMapping()1026 IO.mapOptional("ShSize", Section.ShSize); in commonSectionMapping()
366 if (From->ShSize) in overrideFields()367 To.sh_size = *From->ShSize; in overrideFields()
1129 (!Section.ShOffset && !Section.ShSize && !Section.ShName && in commonSectionMapping()1134 IO.mapOptional("ShSize", Section.ShSize); in commonSectionMapping()
195 Optional<llvm::yaml::Hex64> ShSize; member
483 ShSize: 0x00000000FFFFFFFF
1137 size_t shsize = class32 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr); in find_alloc_sections_prelink() local1138 if (unlikely (shnum == 0 || shnum > SIZE_MAX / shsize + 1)) in find_alloc_sections_prelink()1153 const size_t shdr_bytes = shnum * shsize; in find_alloc_sections_prelink()
226 Optional<llvm::yaml::Hex64> ShSize; member