Searched refs:e_rawsize (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/lib/libelf/
H A Delf_next.c55 next = e->e_rawfile - parent->e_rawfile + e->e_rawsize;
58 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ? (off_t) 0 : next;
H A Delf_rawfile.c40 size = e ? e->e_rawsize : 0;
H A Delf_getident.c58 *sz = e->e_rawsize;
H A Delf_rand.c42 offset + sizeof(struct ar_hdr) >= ar->e_rawsize) {
H A Delf_end.c78 (void) munmap(e->e_rawfile, e->e_rawsize);
H A Delf_memory.c56 e->e_rawsize = sz;
H A Dlibelf_ar_util.c198 end = e->e_rawfile + e->e_rawsize;
200 assert(e->e_rawsize > 0);
H A Dlibelf_ehdr.c57 if (e->e_rawsize < shoff + fsz) { /* raw file too small */
142 if (e->e_cmd != ELF_C_WRITE && e->e_rawsize < fsz) {
H A D_libelf.h87 size_t e_rawsize; /* size of uninterpreted bytes */ member in struct:_Elf
H A Dlibelf_allocate.c63 e->e_rawsize = 0;
H A Dlibelf_phdr.c85 if ((uint64_t) e->e_rawsize < (phoff + fsz)) {
H A Delf_data.c88 sh_offset + sh_size > (uint64_t) e->e_rawsize)) {
H A Delf_scn.c59 shoff + fsz * shnum > e->e_rawsize) { \
H A Dlibelf_ar.c93 assert((uintptr_t) arh <= (uintptr_t) parent->e_rawfile + parent->e_rawsize -
H A Delf_update.c860 if (e->e_rawfile && munmap(e->e_rawfile, e->e_rawsize) < 0) {
877 e->e_rawsize = newsize;

Completed in 90 milliseconds