OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:container_offset
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
pef.h
111
unsigned long
container_offset
;
member in struct:bfd_pef_section
pef.c
302
bfdsec->vma = section->default_address + section->
container_offset
;
303
bfdsec->lma = section->default_address + section->
container_offset
;
305
bfdsec->filepos = section->
container_offset
;
390
section->
container_offset
= bfd_h_get_32 (abfd, buf + 20);
Completed in 165 milliseconds