OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rel_offset
(Results
1 - 2
of
2
) 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.h
366
elf_address
rel_offset
;
member in struct:elf_secthead
Completed in 1277 milliseconds