OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i_note
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
obj-elf.c
2132
Elf_Internal_Note
i_note
;
local
2161
i_note
.namesz = len;
2162
i_note
.descsz = 0; /* No description. */
2163
i_note
.type = NT_VERSION;
2165
md_number_to_chars (p,
i_note
.namesz, sizeof (e_note.namesz));
2167
md_number_to_chars (p,
i_note
.descsz, sizeof (e_note.descsz));
2169
md_number_to_chars (p,
i_note
.type, sizeof (e_note.type));
/src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c
2302
Elf_Internal_Note
i_note
;
local
2331
i_note
.namesz = len;
2332
i_note
.descsz = 0; /* No description. */
2333
i_note
.type = NT_VERSION;
2335
md_number_to_chars (p,
i_note
.namesz, sizeof (e_note.namesz));
2337
md_number_to_chars (p,
i_note
.descsz, sizeof (e_note.descsz));
2339
md_number_to_chars (p,
i_note
.type, sizeof (e_note.type));
Completed in 81 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026