Searched refs:e_rawsize (Results 1 – 14 of 14) sorted by relevance
53 next = e->e_rawfile - parent->e_rawfile + (off_t) e->e_rawsize; in elf_next()60 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ? in elf_next()72 if (next > (off_t) parent->e_rawsize) { in elf_next()
42 offset >= ar->e_rawsize) { in elf_rand()50 offset_of_member >= ar->e_rawsize) { in elf_rand()
132 (uintptr_t) parent->e_rawsize - sizeof(struct ar_hdr)) { in _libelf_ar_gethdr()234 end > (off_t) elf->e_rawsize) { in _libelf_ar_open_member()256 end > (off_t) elf->e_rawsize) { in _libelf_ar_open_member()377 (off_t) fileoffset >= e->e_rawsize) in _libelf_ar_process_bsd_symtab()468 if (off >= e->e_rawsize) in _libelf_ar_process_svr4_symtab()
91 (const unsigned char *) arh < ar->e_rawfile + ar->e_rawsize); in _libelf_ar_get_translated_name()246 end = e->e_rawfile + e->e_rawsize; in _libelf_ar_open()248 assert(e->e_rawsize > 0); in _libelf_ar_open()
46 *sz = e ? (size_t) e->e_rawsize : 0; in elf_rawfile()
57 *sz = (size_t) e->e_rawsize; in elf_getident()
74 uintmax_t rawsize = (uintmax_t) e->e_rawsize; \ in _libelf_load_section_headers()75 if (shoff > (uintmax_t) e->e_rawsize || \ in _libelf_load_section_headers()
59 if ((uint64_t) e->e_rawsize < shoff + fsz) { in _libelf_load_extended()146 if (e->e_cmd != ELF_C_WRITE && e->e_rawsize < (off_t) fsz) { in _libelf_ehdr()
83 (void) munmap(e->e_rawfile, (size_t) e->e_rawsize); in elf_end()
57 e->e_rawsize = (off_t) sz; in _libelf_memory()
95 raw_size = (uint64_t) e->e_rawsize; in elf_getdata()259 raw_size = (uint64_t) e->e_rawsize; in elf_rawdata()
85 if ((uint64_t) e->e_rawsize < (phoff + fsz)) { in _libelf_getphdr()
97 off_t e_rawsize; /* size of uninterpreted bytes */ member
1107 if (munmap(e->e_rawfile, (size_t) e->e_rawsize) < 0) { in _libelf_write_elf()1150 e->e_rawsize = newsize; in _libelf_write_elf()