OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEC_ALLOC
(Results
1 - 25
of
734
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/binutils/dist/gas/config/
tc-cr16.h
54
((seg->flags & (
SEC_ALLOC
| SEC_CODE)) == (
SEC_ALLOC
| SEC_CODE))
tc-h8300.h
28
#define TC_LINKRELAX_FIXUP(seg) (seg->flags &
SEC_ALLOC
)
tc-crx.h
54
#define TC_LINKRELAX_FIXUP(seg) (seg->flags &
SEC_ALLOC
)
tc-mn10300.h
97
#define TC_LINKRELAX_FIXUP(seg) (seg->flags &
SEC_ALLOC
)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-cr16.h
54
((seg->flags & (
SEC_ALLOC
| SEC_CODE)) == (
SEC_ALLOC
| SEC_CODE))
tc-h8300.h
28
#define TC_LINKRELAX_FIXUP(seg) (seg->flags &
SEC_ALLOC
)
tc-crx.h
54
#define TC_LINKRELAX_FIXUP(seg) (seg->flags &
SEC_ALLOC
)
/src/external/gpl3/binutils/dist/bfd/
binary.c
81
flags =
SEC_ALLOC
| SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS;
254
& (SEC_HAS_CONTENTS | SEC_LOAD |
SEC_ALLOC
| SEC_NEVER_LOAD))
255
== (SEC_HAS_CONTENTS | SEC_LOAD |
SEC_ALLOC
))
272
& (SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_NEVER_LOAD))
273
!= (SEC_HAS_CONTENTS |
SEC_ALLOC
)
297
if ((sec->flags & (SEC_LOAD |
SEC_ALLOC
)) == 0)
333
|
SEC_ALLOC
| SEC_LOAD), /* section_flags */
netbsd-core.c
116
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
120
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
124
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
128
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
163
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
277
SEC_ALLOC
| SEC_LOAD | SEC_RELOC),
osf-core.c
117
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
121
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
187
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC), /* section flags */
coff-ia64.c
160
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* section flags */
163
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* section flags */
coff-riscv64.c
76
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* Section flags. */
/src/external/gpl3/binutils.old/dist/bfd/
binary.c
79
flags =
SEC_ALLOC
| SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS;
245
& (SEC_HAS_CONTENTS | SEC_LOAD |
SEC_ALLOC
| SEC_NEVER_LOAD))
246
== (SEC_HAS_CONTENTS | SEC_LOAD |
SEC_ALLOC
))
263
& (SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_NEVER_LOAD))
264
!= (SEC_HAS_CONTENTS |
SEC_ALLOC
)
288
if ((sec->flags & (SEC_LOAD |
SEC_ALLOC
)) == 0)
325
|
SEC_ALLOC
| SEC_LOAD), /* section_flags */
netbsd-core.c
116
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
120
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
124
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
128
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
163
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
277
SEC_ALLOC
| SEC_LOAD | SEC_RELOC),
osf-core.c
117
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
121
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
187
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC), /* section flags */
coff-ia64.c
156
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* section flags */
159
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* section flags */
coff-loongarch64.c
104
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* Section flags. */
/src/external/gpl3/gdb.old/dist/bfd/
binary.c
79
flags =
SEC_ALLOC
| SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS;
245
& (SEC_HAS_CONTENTS | SEC_LOAD |
SEC_ALLOC
| SEC_NEVER_LOAD))
246
== (SEC_HAS_CONTENTS | SEC_LOAD |
SEC_ALLOC
))
263
& (SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_NEVER_LOAD))
264
!= (SEC_HAS_CONTENTS |
SEC_ALLOC
)
288
if ((sec->flags & (SEC_LOAD |
SEC_ALLOC
)) == 0)
332
(
SEC_ALLOC
| SEC_LOAD | SEC_READONLY | SEC_CODE | SEC_DATA
netbsd-core.c
116
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
120
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
124
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
128
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
163
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
277
SEC_ALLOC
| SEC_LOAD | SEC_RELOC),
osf-core.c
117
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
121
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
187
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC), /* section flags */
coff-ia64.c
156
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* section flags */
159
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* section flags */
/src/external/gpl3/gdb/dist/bfd/
binary.c
79
flags =
SEC_ALLOC
| SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS;
245
& (SEC_HAS_CONTENTS | SEC_LOAD |
SEC_ALLOC
| SEC_NEVER_LOAD))
246
== (SEC_HAS_CONTENTS | SEC_LOAD |
SEC_ALLOC
))
263
& (SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_NEVER_LOAD))
264
!= (SEC_HAS_CONTENTS |
SEC_ALLOC
)
288
if ((sec->flags & (SEC_LOAD |
SEC_ALLOC
)) == 0)
325
|
SEC_ALLOC
| SEC_LOAD), /* section_flags */
netbsd-core.c
116
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
120
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
124
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
128
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
163
flags =
SEC_ALLOC
+ SEC_HAS_CONTENTS;
277
SEC_ALLOC
| SEC_LOAD | SEC_RELOC),
osf-core.c
117
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
121
flags =
SEC_ALLOC
+ SEC_LOAD + SEC_HAS_CONTENTS;
187
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC), /* section flags */
coff-ia64.c
160
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* section flags */
163
(SEC_HAS_CONTENTS |
SEC_ALLOC
| SEC_LOAD | SEC_RELOC /* section flags */
Completed in 25 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Sep 19 00:25:42 UTC 2026