Home
last modified time | relevance | path

Searched full:shsize (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/test/tools/llvm-size/
Delf-sysv.test42 ShSize: 0x1
46 ShSize: 0x2
51 ShSize: 0x4
58 ShSize: 0x18
62 ShSize: 0x20
67 ShSize: 0x40
71 ShSize: 0x80
75 ShSize: 0x100
80 ShSize: 0x200
84 ShSize: 0x400
[all …]
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Doverride-shsize.yaml30 ShSize: 0x000000001
33 ShSize: 0x000000002
36 ShSize: 0x000000003
39 ShSize: 0x000000004
42 ShSize: 0x000000005
45 ShSize: 0x000000006
50 ShSize: 0x000000007
54 ShSize: 0x000000008
59 ShSize: 0x000000009
63 ShSize: 0x00000000A
[all …]
Dsection-address-assign.yaml18 # EXE-DSO-NEXT: [ 2] .text.shsize PROGBITS 0000000000001003 000043 001234 00 A 0 0 0
36 # REL-NEXT: [ 2] .text.shsize PROGBITS 0000000000000000 000043 001234 00 A 0 0 0
59 ## Test that ShSize does not affect virtual addresses.
60 - Name: .text.shsize
63 ShSize: 0x1234
Dnone-value.yaml33 ShSize: [[TEST=<none>]]
Dcustom-null-section.yaml197 ShSize: 0x8
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dstackmap.test28 ShSize: [[SHSIZE=<none>]]
Dgnu-notes.test143 ShSize: [[SHSIZE=<none>]]
Dverdef-invalid.test116 ShSize: 1
146 ShSize: 21
Dmips-options-sec.test67 ShSize: [[SECSIZE=<none>]]
Dgroups.test57 ShSize: [[SECSIZE1=<none>]]
67 ShSize: [[SECSIZE2=<none>]]
Dverneed-invalid.test462 ShSize: 0x1
526 ShSize: 21
Dmips-abiflags.test359 ShSize: [[SHSIZE=24]]
Dsection-details.test86 ShSize: 0x4444444444444444
Dmips-plt.test138 ShSize: 0xffffffff
Dstack-sizes.test428 ShSize: 0x11
435 ShSize: 0x11
Ddyn-symbols-size-from-hash-table.test242 ShSize: 0x48
/external/toybox/toys/posix/
Dfile.c37 phentsize, phnum, shsize, shnum; local
91 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;
/external/llvm-project/llvm/unittests/Object/
DELFObjectFileTest.cpp326 ShSize: 0xFFFFFFFF in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1022 (!Section.ShOffset.hasValue() && !Section.ShSize.hasValue() && in commonSectionMapping()
1026 IO.mapOptional("ShSize", Section.ShSize); in commonSectionMapping()
DELFEmitter.cpp366 if (From->ShSize) in overrideFields()
367 To.sh_size = *From->ShSize; in overrideFields()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1129 (!Section.ShOffset && !Section.ShSize && !Section.ShName && in commonSectionMapping()
1134 IO.mapOptional("ShSize", Section.ShSize); in commonSectionMapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h195 Optional<llvm::yaml::Hex64> ShSize; member
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/
Dprogram-headers.yaml483 ShSize: 0x00000000FFFFFFFF
/external/elfutils/src/
Dunstrip.c1137 size_t shsize = class32 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr); in find_alloc_sections_prelink() local
1138 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()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h226 Optional<llvm::yaml::Hex64> ShSize; member

12