Searched refs:elf_data (Results 1 – 2 of 2) sorted by relevance
186 sec->elf_data = elf_getdata(s, NULL); in read_sections()187 if (!sec->elf_data) { in read_sections()192 if (sec->elf_data->d_off != 0 || in read_sections()193 sec->elf_data->d_size != sec->sh.sh_size) { in read_sections()198 sec->data = (unsigned long)sec->elf_data->d_buf; in read_sections()199 sec->len = sec->elf_data->d_size; in read_sections()236 if (!gelf_getsym(symtab->elf_data, i, &sym->sym)) { in read_symbols()326 if (!gelf_getrela(sec->elf_data, i, &rela->rela)) { in read_relas()
40 Elf_Data *elf_data; member