Searched refs:i_note (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-elf.c | 1424 Elf_Internal_Note i_note; in obj_elf_version() local 1454 i_note.namesz = len; in obj_elf_version() 1456 i_note.type = NT_VERSION; in obj_elf_version() 2164 Elf_Internal_Note i_note; in sco_id() local 2178 i_note.namesz = 4; in sco_id() 2182 p = frag_more (sizeof (i_note.namesz)); in sco_id() 2183 md_number_to_chars (p, i_note.namesz, 4); in sco_id() 2185 p = frag_more (sizeof (i_note.descsz)); in sco_id() 2186 md_number_to_chars (p, i_note.descsz, 4); in sco_id() 2188 p = frag_more (sizeof (i_note.type)); in sco_id() [all …]
|
| H A D | tc-i386.c | 6226 Elf_Internal_Note i_note; in i386_elf_emit_arch_note() local 6240 i_note.namesz = len + 1; in i386_elf_emit_arch_note() 6241 i_note.descsz = 0; in i386_elf_emit_arch_note() 6242 i_note.type = NT_ARCH; in i386_elf_emit_arch_note() 6244 md_number_to_chars (p, (valueT) i_note.namesz, sizeof (e_note.namesz)); in i386_elf_emit_arch_note() 6246 md_number_to_chars (p, (valueT) i_note.descsz, sizeof (e_note.descsz)); in i386_elf_emit_arch_note() 6248 md_number_to_chars (p, (valueT) i_note.type, sizeof (e_note.type)); in i386_elf_emit_arch_note()
|