Home
last modified time | relevance | path

Searched refs:rel_offset (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/ots/src/
Dcff.cc88 uint32_t rel_offset = 0; in ParseIndex() local
89 if (!ReadOffset(table, index->off_size, &rel_offset)) { in ParseIndex()
92 if (rel_offset < 1) { in ParseIndex()
95 if (i == 0 && rel_offset != 1) { in ParseIndex()
99 if (rel_offset > table->length()) { in ParseIndex()
104 if (object_data_offset > table->length() - (rel_offset - 1)) { in ParseIndex()
109 object_data_offset + (rel_offset - 1)); // less than length(), 1GB. in ParseIndex()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c128 YASM_WRITE_32_L(bufp, shead->rel_offset); in elf_x86_x86_write_secthead_rel()
Delf-x86-amd64.c123 YASM_WRITE_64Z_L(bufp, shead->rel_offset); in elf_x86_amd64_write_secthead_rel()
Delf.h366 elf_address rel_offset; member
Delf.c611 esd->rel_offset = 0; in elf_secthead_create()
781 shead->rel_offset = (unsigned long)pos; in elf_secthead_write_relocs_to_file()