OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kept_sections
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
objcopy.c
1397
const char *
kept_sections
[] =
1405
for (i = ARRAY_SIZE (
kept_sections
);i--;)
1406
if (strcmp (bfd_section_name (sec),
kept_sections
[i]) == 0)
1395
const char *
kept_sections
[] =
local
/src/external/gpl3/binutils.old/dist/binutils/
objcopy.c
1388
const char *
kept_sections
[] =
1396
for (i = ARRAY_SIZE (
kept_sections
);i--;)
1397
if (strcmp (bfd_section_name (sec),
kept_sections
[i]) == 0)
1386
const char *
kept_sections
[] =
local
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026