Searched refs:xnp (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | elfedit.c | 155 Elf_External_Note *xnp = (Elf_External_Note *) p; in update_gnu_property() local 164 in.type = BYTE_GET (xnp->type); in update_gnu_property() 165 in.namesz = BYTE_GET (xnp->namesz); in update_gnu_property() 166 in.namedata = xnp->name; in update_gnu_property() 173 in.descsz = BYTE_GET (xnp->descsz); in update_gnu_property()
|
| /dragonfly/contrib/tcpdump/ |
| HD | print-snmp.c | 1738 const u_char *xnp = np; in v3msg_print() local 1832 np = xnp + (np - xnp); in v3msg_print() 1833 length = xlength - (np - xnp); in v3msg_print()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | elf.c | 9094 Elf_External_Note *xnp; in elfcore_write_note() local 9110 xnp = (Elf_External_Note *) dest; in elfcore_write_note() 9111 H_PUT_32 (abfd, namesz, xnp->namesz); in elfcore_write_note() 9112 H_PUT_32 (abfd, size, xnp->descsz); in elfcore_write_note() 9113 H_PUT_32 (abfd, type, xnp->type); in elfcore_write_note() 9114 dest = xnp->name; in elfcore_write_note() 9613 Elf_External_Note *xnp = (Elf_External_Note *) p; in elf_parse_notes() local 9619 in.type = H_GET_32 (abfd, xnp->type); in elf_parse_notes() 9621 in.namesz = H_GET_32 (abfd, xnp->namesz); in elf_parse_notes() 9622 in.namedata = xnp->name; in elf_parse_notes() [all …]
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | elf.c | 10017 Elf_External_Note *xnp; in elfcore_write_note() local 10033 xnp = (Elf_External_Note *) dest; in elfcore_write_note() 10034 H_PUT_32 (abfd, namesz, xnp->namesz); in elfcore_write_note() 10035 H_PUT_32 (abfd, size, xnp->descsz); in elfcore_write_note() 10036 H_PUT_32 (abfd, type, xnp->type); in elfcore_write_note() 10037 dest = xnp->name; in elfcore_write_note() 10565 Elf_External_Note *xnp = (Elf_External_Note *) p; in elf_parse_notes() local 10571 in.type = H_GET_32 (abfd, xnp->type); in elf_parse_notes() 10573 in.namesz = H_GET_32 (abfd, xnp->namesz); in elf_parse_notes() 10574 in.namedata = xnp->name; in elf_parse_notes() [all …]
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | elf.c | 10974 Elf_External_Note *xnp; in elfcore_write_note() local 10990 xnp = (Elf_External_Note *) dest; in elfcore_write_note() 10991 H_PUT_32 (abfd, namesz, xnp->namesz); in elfcore_write_note() 10992 H_PUT_32 (abfd, size, xnp->descsz); in elfcore_write_note() 10993 H_PUT_32 (abfd, type, xnp->type); in elfcore_write_note() 10994 dest = xnp->name; in elfcore_write_note() 11813 Elf_External_Note *xnp = (Elf_External_Note *) p; in elf_parse_notes() local 11819 in.type = H_GET_32 (abfd, xnp->type); in elf_parse_notes() 11821 in.namesz = H_GET_32 (abfd, xnp->namesz); in elf_parse_notes() 11822 in.namedata = xnp->name; in elf_parse_notes() [all …]
|