Searched refs:databits (Results 1 – 5 of 5) sorted by relevance
24 databits?: number; property
24 databits: 8,
268 s.databits = 7
456 s.databits = 7
4095 Elf_Data *databits; in check_sections() local4096 databits = elf_getdata_rawchunk (ebl->elf, in check_sections()4100 bad = (databits == NULL in check_sections()4101 || databits->d_size != shdr->sh_size); in check_sections()4103 idx < databits->d_size && ! bad; in check_sections()4105 bad = ((char *) databits->d_buf)[idx] != 0; in check_sections()