OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bfdsec
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.27/bfd/
pef.c
298
asection *
bfdsec
;
local
301
bfdsec
= bfd_make_section_anyway (abfd, name);
302
if (
bfdsec
== NULL)
305
bfdsec
->vma = section->default_address + section->container_offset;
306
bfdsec
->lma = section->default_address + section->container_offset;
307
bfdsec
->size = section->container_length;
308
bfdsec
->filepos = section->container_offset;
309
bfdsec
->alignment_power = section->alignment;
311
bfdsec
->flags = bfd_pef_section_flags (section);
313
return
bfdsec
;
[
all
...]
xsym.c
2223
asection *
bfdsec
;
local
[
all
...]
mach-o.c
4053
asection *
bfdsec
;
local
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/
od-macho.c
2152
asection *
bfdsec
= sec->
bfdsec
tion;
local
[
all
...]
Completed in 136 milliseconds