Searched refs:i_note (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-elf.c | 1334 Elf_Internal_Note i_note; in obj_elf_version() local 1364 i_note.descsz = 0; /* no description */ in obj_elf_version() 1365 i_note.type = NT_VERSION; in obj_elf_version() 2078 Elf_Internal_Note i_note; in sco_id() local 2092 i_note.namesz = 4; in sco_id() 2096 p = frag_more (sizeof (i_note.namesz)); in sco_id() 2097 md_number_to_chars (p, i_note.namesz, 4); in sco_id() 2099 p = frag_more (sizeof (i_note.descsz)); in sco_id() 2100 md_number_to_chars (p, i_note.descsz, 4); in sco_id() 2102 p = frag_more (sizeof (i_note.type)); in sco_id() [all …]
|
H A D | tc-i386.c | 5012 Elf_Internal_Note i_note; in i386_elf_emit_arch_note() local 5026 i_note.namesz = len + 1; in i386_elf_emit_arch_note() 5027 i_note.descsz = 0; in i386_elf_emit_arch_note() 5028 i_note.type = NT_ARCH; in i386_elf_emit_arch_note() 5030 md_number_to_chars (p, (valueT) i_note.namesz, sizeof (e_note.namesz)); in i386_elf_emit_arch_note() 5032 md_number_to_chars (p, (valueT) i_note.descsz, sizeof (e_note.descsz)); in i386_elf_emit_arch_note() 5034 md_number_to_chars (p, (valueT) i_note.type, sizeof (e_note.type)); in i386_elf_emit_arch_note()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-elf.c | 1414 Elf_Internal_Note i_note; in obj_elf_version() local 1444 i_note.descsz = 0; /* no description */ in obj_elf_version() 1445 i_note.type = NT_VERSION; in obj_elf_version() 2150 Elf_Internal_Note i_note; in sco_id() local 2164 i_note.namesz = 4; in sco_id() 2168 p = frag_more (sizeof (i_note.namesz)); in sco_id() 2169 md_number_to_chars (p, i_note.namesz, 4); in sco_id() 2171 p = frag_more (sizeof (i_note.descsz)); in sco_id() 2172 md_number_to_chars (p, i_note.descsz, 4); in sco_id() 2174 p = frag_more (sizeof (i_note.type)); in sco_id() [all …]
|
H A D | tc-i386.c | 5566 Elf_Internal_Note i_note; in i386_elf_emit_arch_note() local 5580 i_note.namesz = len + 1; in i386_elf_emit_arch_note() 5581 i_note.descsz = 0; in i386_elf_emit_arch_note() 5582 i_note.type = NT_ARCH; in i386_elf_emit_arch_note() 5584 md_number_to_chars (p, (valueT) i_note.namesz, sizeof (e_note.namesz)); in i386_elf_emit_arch_note() 5586 md_number_to_chars (p, (valueT) i_note.descsz, sizeof (e_note.descsz)); in i386_elf_emit_arch_note() 5588 md_number_to_chars (p, (valueT) i_note.type, sizeof (e_note.type)); in i386_elf_emit_arch_note()
|