OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_offset_of_raw_data
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/courgette/
types_win_pe.h
23
uint32
file_offset_of_raw_data
;
member in struct:courgette::Section
disassembler_win32_x64.cc
179
section->
file_offset_of_raw_data
+ section->size_of_raw_data;
300
return section->
file_offset_of_raw_data
+ offset;
345
if (file_offset < section->
file_offset_of_raw_data
) {
346
uint32 section_start_offset = section->
file_offset_of_raw_data
;
391
if (file_offset < section->
file_offset_of_raw_data
)
392
file_offset = section->
file_offset_of_raw_data
;
429
uint32 start_file_offset = section->
file_offset_of_raw_data
;
682
if (fileOffset <= section->
file_offset_of_raw_data
) {
684
section->
file_offset_of_raw_data
< best->
file_offset_of_raw_data
) {
[
all
...]
disassembler_win32_x86.cc
179
section->
file_offset_of_raw_data
+ section->size_of_raw_data;
300
return section->
file_offset_of_raw_data
+ offset;
345
if (file_offset < section->
file_offset_of_raw_data
) {
346
uint32 section_start_offset = section->
file_offset_of_raw_data
;
391
if (file_offset < section->
file_offset_of_raw_data
)
392
file_offset = section->
file_offset_of_raw_data
;
429
uint32 start_file_offset = section->
file_offset_of_raw_data
;
682
if (fileOffset <= section->
file_offset_of_raw_data
) {
684
section->
file_offset_of_raw_data
< best->
file_offset_of_raw_data
) {
[
all
...]
Completed in 33 milliseconds