Lines Matching refs:main
190 if (likely (mod->e_type != ET_REL) && mod->main.elf != NULL)
193 vaddr - mod->main.bias, minread, mod->main.elf);
539 if (unlikely (gelf_getehdr (mod->main.elf, &ehdr) == NULL))
567 if (elf_getphdrnum (mod->main.elf, &phnum) != 0)
573 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem);
628 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf, phdr->p_offset,
632 const size_t entsize = gelf_fsize (mod->main.elf,
705 if (mod->main.elf != NULL)
996 || phdr_mod->main.elf == NULL