OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_abfd
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf-attrs.c
1353
/* Report required attribute
A_ABFD
mismatching with A_REF. */
1360
const obj_attr_v2_t *
a_abfd
)
1370
abfd, tag_s, s_ref->name,
a_abfd
->val.uint);
1380
abfd, tag_s, s_ref->name,
a_abfd
->val.string);
1399
const obj_attr_v2_t *
a_abfd
= s_abfd->first;
local
1400
while (a_ref != NULL &&
a_abfd
!= NULL)
1402
if (a_ref->tag <
a_abfd
->tag)
1408
else if (a_ref->tag >
a_abfd
->tag)
1411
report_missing_required_obj_attr (info, ref_bfd, s_ref,
a_abfd
->tag);
1412
a_abfd
= a_abfd->next
1487
const obj_attr_v2_t *
a_abfd
= s_abfd->first;
local
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026