HomeSort by relevance Sort by last modified time
    Searched full:sh_entsize (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/test/MC/ELF/
empty.s 15 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
26 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
37 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
48 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
59 // CHECK-NEXT: ('sh_entsize', 0x0000000000000018)
70 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
entsize.ll 3 ; Test that constant mergeable strings have sh_entsize set.
32 ; 64-NEXT: ('sh_entsize', 0x0000000000000001)
43 ; 64-NEXT: ('sh_entsize', 0x0000000000000008)
entsize.s 3 // Test that mergeable constants have sh_entsize set.
45 // CHECK-NEXT: ('sh_entsize', 0x0000000000000001)
57 // CHECK-NEXT: ('sh_entsize', 0x0000000000000002)
69 // CHECK-NEXT: ('sh_entsize', 0x0000000000000008)
zero.s 15 // CHECK: ('sh_entsize', 0x0000000000000000)
align-nops.s 27 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
39 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
align.s 20 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
32 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
align-bss.s 17 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
align-text.s 18 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
cfi-signal-frame.s 21 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
common2.s 21 // CHECK-NEXT: ('sh_entsize',
debug-line.s 14 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
empty-dwarf-lines.s 20 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
global-offset.s 22 // CHECK-NEXT: ('sh_entsize',
ident.s 12 // CHECK-NEXT: ('sh_entsize', 0x0000000000000001)
norelocation.s 15 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
relax.s 23 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
version.s 15 // CHECK-NEXT: ('sh_entsize', 0x00000000)
cfi-adjust-cfa-offset.s 24 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
37 // CHECK-NEXT: ('sh_entsize', 0x0000000000000018)
cfi-advance-loc2.s 22 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
36 // CHECK-NEXT: ('sh_entsize', 0x0000000000000018)
cfi-def-cfa-offset.s 23 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
37 // CHECK-NEXT: ('sh_entsize', 0x0000000000000018)
cfi-def-cfa-register.s 19 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
32 // CHECK-NEXT: ('sh_entsize', 0x0000000000000018)
cfi-def-cfa.s 19 // CHECK-NEXT: ('sh_entsize', 0x0000000000000000)
33 // CHECK-NEXT: ('sh_entsize', 0x0000000000000018)
  /frameworks/compile/linkloader/include/
ELFSectionHeader.h 114 word_t sh_entsize; member in class:ELFSectionHeader
133 AR & sh_entsize; local
153 return sh_entsize;
165 xword_t sh_entsize; member in class:ELFSectionHeader
184 AR & sh_entsize; local
204 return sh_entsize;
  /external/llvm/test/MC/AsmParser/
section.s 57 # CHECK-NEXT: ('sh_entsize', 0x00000000)
69 # CHECK-NEXT: ('sh_entsize', 0x00000000)
81 # CHECK-NEXT: ('sh_entsize', 0x00000000)
93 # CHECK-NEXT: ('sh_entsize', 0x00000000)
105 # CHECK-NEXT: ('sh_entsize', 0x00000000)
  /external/elfutils/libelf/
elf32_updatenull.c 220 ElfW2(LIBELFBITS,Word) sh_entsize = shdr->sh_entsize;
223 /* Set the sh_entsize value if we can reliably detect it. */
227 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
230 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1);
241 sh_entsize = elf_typesize (32, ELF_T_WORD, 1);
244 sh_entsize = SH_ENTSIZE_HASH (ehdr);
247 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1);
250 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1);
253 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1)
    [all...]

Completed in 94 milliseconds

1 2 3 4 5 6 7 8