OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:known_subsections
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf-attrs.c
624
const known_subsection_v2_t *
known_subsections
local
630
int cmp = strcmp (
known_subsections
[i].subsec_name, name);
632
return &
known_subsections
[i];
/src/external/gpl3/binutils/dist/binutils/
readelf.c
20017
static const oav2_known_subsection_t
known_subsections
[] =
20034
for (unsigned i = 0; i < ARRAY_SIZE (
known_subsections
); ++i)
20035
if (strcmp (name,
known_subsections
[i].subsec_name) == 0)
20036
return &
known_subsections
[i];
20014
static const oav2_known_subsection_t
known_subsections
[] =
variable
Completed in 40 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026