Lines Matching defs:size
166 Elf32_Word size;
172 memcpy (&size, ((char *) map_address
178 if (unlikely ((r = pread_retry (fildes, &size,
193 CONVERT (size);
195 result = size;
216 Elf64_Xword size;
223 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff
231 memcpy (&size, ((char *) map_address
237 if (unlikely ((r = pread_retry (fildes, &size,
252 CONVERT (size);
258 if (size > ~((GElf_Word) 0))
265 result = size;
379 elf32_getphdr will validate it against the size when asked. */
483 elf64_getphdr will validate it against the size when asked. */
555 header. The header for an ELF file is EI_NIDENT bytes in size,
589 bytes in size, but we read the whole ELF header since we will
755 /* The ar_size is given as a fixed size decimal string, right
964 /* Something is really wrong. We cannot live without a size for
974 atoll depending on the size of the types. We are also prepared