Lines Matching defs:data
100 segment and the actual code/data addresses. Since that
103 data) now differs between the main and debug files. The
716 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf,
720 if (data != NULL)
722 ? *(const GElf_Word *) data->d_buf
723 : *(const GElf_Xword *) data->d_buf);
737 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf, offs[i_gnu_hash],
739 if (data != NULL)
741 header = data->d_buf;
753 data = NULL;
756 data = elf_getdata_rawchunk (mod->main.elf, buckets_at,
759 if (data != NULL && symndx < nbuckets)
761 const Elf32_Word *const buckets = data->d_buf;
772 data = elf_getdata_rawchunk (mod->main.elf,
776 if (data != NULL
777 && (*(const Elf32_Word *) data->d_buf & 1u))
785 while (data != NULL);
844 Elf_Data *data = elf_getdata_rawchunk (mod->main.elf,
847 if (data == NULL)
852 size_t n = data->d_size / gelf_fsize (mod->main.elf,
857 GElf_Dyn *dyn = gelf_getdyn (data, j, &dyn_mem);
999 /* So far, so good. Get minisymtab table data and cache it. */
1141 /* Cache the data; MOD->syments and MOD->first_global were set
1143 first. Only the string data section could theoretically be