OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strtab_offset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c
99
unsigned long
strtab_offset
; /* current string table offset */
member in struct:xdf_objfmt_output_info
512
YASM_WRITE_32_L(localbuf, info->
strtab_offset
);
513
info->
strtab_offset
+= (unsigned long)(len+1);
567
info.
strtab_offset
= 16+40*(objfmt_xdf->parse_scnum)+16*symtab_count;
592
YASM_WRITE_32_L(localbuf, info.
strtab_offset
-16);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
208
unsigned long
strtab_offset
; /* current string table offset */
member in struct:coff_objfmt_output_info
779
csd->strtab_name = info->
strtab_offset
;
780
info->
strtab_offset
+= (unsigned long)(namelen + 1);
[
all
...]
Completed in 452 milliseconds