HomeSort by relevance Sort by last modified time
    Searched defs:offsize (Results 1 - 6 of 6) sorted by null

  /external/elfutils/tests/
elfstrmerge.c 632 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); local
633 newehdr.e_shoff = ((last_offset + offsize - 1)
634 & ~((GElf_Off) (offsize - 1)));
varlocs.c 811 uint8_t offsize; local
813 if (dwarf_diecu (cu, &cudie, &addrsize, &offsize) == NULL)
  /external/elfutils/src/
elfcompress.c 1210 const size_t offsize = gelf_fsize (elfnew, ELF_T_OFF, 1, EV_CURRENT) local
    [all...]
strip.c 2046 const size_t offsize = gelf_fsize (elf, ELF_T_OFF, 1, EV_CURRENT); local
    [all...]
readelf.c 6225 uint8_t offsize; local
6245 (uint64_t) offset, version, abbroffset, addrsize, offsize, local
6252 (uint64_t) offset, version, abbroffset, addrsize, offsize); local
    [all...]
  /external/freetype/src/cff/
cffload.c 265 FT_Byte offsize; local
271 if ( FT_READ_BYTE( offsize ) )
274 if ( offsize < 1 || offsize > 4 )
281 idx->off_size = offsize;
282 size = (FT_ULong)( count + 1 ) * offsize;
286 if ( FT_STREAM_SKIP( size - offsize ) )
351 FT_Byte offsize = idx->off_size; local
358 data_size = (FT_ULong)( idx->count + 1 ) * offsize;
369 switch ( offsize )
    [all...]

Completed in 308 milliseconds