HomeSort by relevance Sort by last modified time
    Searched refs:shentsize (Results 1 - 12 of 12) sorted by null

  /external/syslinux/gpxe/src/util/
iccfix.c 37 size_t shentsize = ehdr->e_shentsize; local
40 ( ehdr->e_shstrndx * shentsize ) );
43 for ( ; shnum-- ; shdr = ( ( ( void * ) shdr ) + shentsize ) ) {
  /external/elfutils/tests/
elfshphehdr.c 142 size_t shentsize = (class == ELFCLASS32 local
144 check ("e_shentsize", ehdr.e_shentsize == shentsize);
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 309 uint16_t shentsize = 0x0; local
315 shentsize = ehdr->e_shentsize;
320 shentsize = mcld::bswap16(ehdr->e_shentsize);
343 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize);
359 shoff += shentsize;
363 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize);
803 uint16_t shentsize = 0x0; local
809 shentsize = ehdr->e_shentsize;
814 shentsize = mcld::bswap16(ehdr->e_shentsize);
837 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize);
    [all...]
  /external/elfutils/libdwfl/
relocate.c 554 size_t shentsize = gelf_fsize (relocated, ELF_T_SHDR, 1, EV_CURRENT);
555 GElf_Off shdrs_end = shdrs_start + shnums * shentsize;
dwfl_module_getdwarf.c 327 size_t shentsize = gelf_fsize (mod->main.elf, ELF_T_SHDR, 1, EV_CURRENT);
334 if (ehdr.e32.e_shentsize != shentsize
342 if (ehdr.e64.e_shentsize != shentsize
354 + (shnum - 1) * shentsize)))
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 267 var shentsize, shnum, shstrndx int
286 shentsize = int(hdr.Shentsize)
305 shentsize = int(hdr.Shentsize)
361 off := shoff + int64(i)*int64(shentsize)
445 return nil, &FormatError{shoff + int64(i*shentsize), "bad section name index", names[i]}
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 267 var shentsize, shnum, shstrndx int
286 shentsize = int(hdr.Shentsize)
305 shentsize = int(hdr.Shentsize)
361 off := shoff + int64(i)*int64(shentsize)
445 return nil, &FormatError{shoff + int64(i*shentsize), "bad section name index", names[i]}
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go 184 Shentsize [2]uint8
226 Shentsize [2]uint8
295 shentsize uint32
516 elfobj.shentsize = uint32(e.Uint16(hdr.Shentsize[:]))
530 elfobj.shentsize = uint32(e.Uint16(hdr.Shentsize[:]))
605 if f.Seek(int64(uint64(base)+elfobj.shoff+uint64(int64(i)*int64(elfobj.shentsize))), 0) < 0 {
elf.go 792 shentsize uint16
947 ehdr.shentsize = ELF64SHDRSIZE /* Must be ELF64SHDRSIZE */
974 ehdr.shentsize = ELF32SHDRSIZE /* Must be ELF32SHDRSIZE */
1136 Thearch.Wput(ehdr.shentsize)
1156 Thearch.Wput(ehdr.shentsize)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldelf.go 184 Shentsize [2]uint8
226 Shentsize [2]uint8
295 shentsize uint32
516 elfobj.shentsize = uint32(e.Uint16(hdr.Shentsize[:]))
530 elfobj.shentsize = uint32(e.Uint16(hdr.Shentsize[:]))
605 if f.Seek(int64(uint64(base)+elfobj.shoff+uint64(int64(i)*int64(elfobj.shentsize))), 0) < 0 {
elf.go 792 shentsize uint16
947 ehdr.shentsize = ELF64SHDRSIZE /* Must be ELF64SHDRSIZE */
974 ehdr.shentsize = ELF32SHDRSIZE /* Must be ELF32SHDRSIZE */
1136 Thearch.Wput(ehdr.shentsize)
1156 Thearch.Wput(ehdr.shentsize)
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 650 milliseconds