OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribute_name
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
ClassFile.cc
1295
char *
attribute_name
= bcpool->getString (attribute_name_index);
local
1296
if (!
attribute_name
)
1300
(int) attribute_name_index, STR (
attribute_name
), (int) attribute_length);
1305
if (strcmp (
attribute_name
, NTXT ("SourceFile")) == 0)
1311
(int) attribute_name_index, STR (
attribute_name
), (int) attribute_length,
1314
else if (strcmp (
attribute_name
, NTXT ("InnerClasses")) == 0)
1327
(int) attribute_name_index, STR (
attribute_name
), (int) attribute_length,
1334
else if (strcmp (
attribute_name
, NTXT ("Code")) == 0)
1351
(int) attribute_name_index, STR (
attribute_name
), (int) attribute_length,
1355
else if (strcmp (
attribute_name
, NTXT ("LineNumberTable")) == 0
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/src/
ClassFile.cc
1295
char *
attribute_name
= bcpool->getString (attribute_name_index);
local
1296
if (!
attribute_name
)
1300
(int) attribute_name_index, STR (
attribute_name
), (int) attribute_length);
1305
if (strcmp (
attribute_name
, NTXT ("SourceFile")) == 0)
1311
(int) attribute_name_index, STR (
attribute_name
), (int) attribute_length,
1314
else if (strcmp (
attribute_name
, NTXT ("InnerClasses")) == 0)
1327
(int) attribute_name_index, STR (
attribute_name
), (int) attribute_length,
1334
else if (strcmp (
attribute_name
, NTXT ("Code")) == 0)
1351
(int) attribute_name_index, STR (
attribute_name
), (int) attribute_length,
1355
else if (strcmp (
attribute_name
, NTXT ("LineNumberTable")) == 0
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026