/external/elfutils/libdwfl/ |
elf-from-memory.c | 124 uint_fast16_t phentsize; local 139 phentsize = ehdr.e32.e_phentsize; 140 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0) 151 phentsize = ehdr.e64.e_phentsize; 152 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0) 166 xlatefrom.d_size = phnum * phentsize; 168 if ((size_t) nread >= phoff + phnum * phentsize) 175 if (initial_bufsize < phnum * phentsize) 177 unsigned char *newbuf = realloc (buffer, phnum * phentsize); 187 phnum * phentsize, phnum * phentsize) [all...] |
dwfl_segment_report_module.c | 343 uint_fast16_t phentsize; local 370 phentsize = ehdr.e32.e_phentsize; 371 if (phentsize != sizeof (Elf32_Phdr)) 383 phentsize = ehdr.e64.e_phentsize; 384 if (phentsize != sizeof (Elf64_Phdr)) 401 xlatefrom.d_size = phnum * phentsize; 561 && likely (filesz_offset >= phoff + phnum * phentsize))
|
dwfl_module_getdwarf.c | 328 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT); local 335 || ehdr.e32.e_phentsize != phentsize) 343 || ehdr.e64.e_phentsize != phentsize) 353 + phnum * phentsize 385 src.d_size = phnum * phentsize; [all...] |
relocate.c | 569 size_t phentsize = gelf_fsize (relocated, ELF_T_PHDR, 1, EV_CURRENT); local 570 GElf_Off phdrs_end = phdrs_start + phnums * phentsize;
|
/external/elfutils/tests/ |
elfshphehdr.c | 145 size_t phentsize = (class == ELFCLASS32 local 147 check ("e_phentsize", ehdr.e_phentsize == phentsize);
|
/prebuilts/go/darwin-x86/src/debug/elf/ |
file.go | 235 var phentsize, phnum int 253 phentsize = int(hdr.Phentsize) 272 phentsize = int(hdr.Phentsize) 287 off := phoff + int64(i)*int64(phentsize)
|
/prebuilts/go/linux-x86/src/debug/elf/ |
file.go | 235 var phentsize, phnum int 253 phentsize = int(hdr.Phentsize) 272 phentsize = int(hdr.Phentsize) 287 off := phoff + int64(i)*int64(phentsize)
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
elf.go | 634 phentsize uint16 779 ehdr.phentsize = ELF64PHDRSIZE /* Must be ELF64PHDRSIZE */ 796 ehdr.phentsize = ELF32PHDRSIZE /* Must be ELF32PHDRSIZE */ 947 Thearch.Wput(ehdr.phentsize) 967 Thearch.Wput(ehdr.phentsize) [all...] |
ldelf.go | 180 Phentsize [2]uint8 222 Phentsize [2]uint8 291 phentsize uint32 390 elfobj.phentsize = uint32(e.Uint16(hdr.Phentsize[:])) 404 elfobj.phentsize = uint32(e.Uint16(hdr.Phentsize[:]))
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
elf.go | 631 phentsize uint16 776 ehdr.phentsize = ELF64PHDRSIZE /* Must be ELF64PHDRSIZE */ 793 ehdr.phentsize = ELF32PHDRSIZE /* Must be ELF32PHDRSIZE */ 944 Thearch.Wput(ehdr.phentsize) 964 Thearch.Wput(ehdr.phentsize) [all...] |
ldelf.go | 177 Phentsize [2]uint8 219 Phentsize [2]uint8 288 phentsize uint32 387 elfobj.phentsize = uint32(e.Uint16(hdr.Phentsize[:])) 401 elfobj.phentsize = uint32(e.Uint16(hdr.Phentsize[:]))
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
elf.go | 634 phentsize uint16 779 ehdr.phentsize = ELF64PHDRSIZE /* Must be ELF64PHDRSIZE */ 796 ehdr.phentsize = ELF32PHDRSIZE /* Must be ELF32PHDRSIZE */ 947 Thearch.Wput(ehdr.phentsize) 967 Thearch.Wput(ehdr.phentsize) [all...] |
ldelf.go | 180 Phentsize [2]uint8 222 Phentsize [2]uint8 291 phentsize uint32 390 elfobj.phentsize = uint32(e.Uint16(hdr.Phentsize[:])) 404 elfobj.phentsize = uint32(e.Uint16(hdr.Phentsize[:]))
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
elf.go | 631 phentsize uint16 776 ehdr.phentsize = ELF64PHDRSIZE /* Must be ELF64PHDRSIZE */ 793 ehdr.phentsize = ELF32PHDRSIZE /* Must be ELF32PHDRSIZE */ 944 Thearch.Wput(ehdr.phentsize) 964 Thearch.Wput(ehdr.phentsize) [all...] |
ldelf.go | 177 Phentsize [2]uint8 219 Phentsize [2]uint8 288 phentsize uint32 387 elfobj.phentsize = uint32(e.Uint16(hdr.Phentsize[:])) 401 elfobj.phentsize = uint32(e.Uint16(hdr.Phentsize[:]))
|
/external/robolectric/v1/lib/main/ |
sqlite-jdbc-3.7.2.jar | |