HomeSort by relevance Sort by last modified time
    Searched refs:rel_offset (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/ots/src/
cff.cc 88 uint32_t rel_offset = 0; local
89 if (!ReadOffset(table, index->off_size, &rel_offset)) {
92 if (rel_offset < 1) {
95 if (i == 0 && rel_offset != 1) {
99 if (rel_offset > table->length()) {
104 if (object_data_offset > table->length() - (rel_offset - 1)) {
109 object_data_offset + (rel_offset - 1)); // less than length(), 1GB.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 123 YASM_WRITE_64Z_L(bufp, shead->rel_offset);
elf-x86-x86.c 128 YASM_WRITE_32_L(bufp, shead->rel_offset);
elf.h 366 elf_address rel_offset; member in struct:elf_secthead
elf.c 611 esd->rel_offset = 0;
781 shead->rel_offset = (unsigned long)pos;

Completed in 48 milliseconds