Searched refs:namesz (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/lib/csu/common/
H A Dcrtbrand.c55 int32_t namesz; member in struct:__anon5533
61 .namesz = sizeof(NOTE_FREEBSD_VENDOR),
H A Dignore_init.c106 int32_t namesz; member in struct:__anon5534
113 .namesz = sizeof(NOTE_FREEBSD_VENDOR),
/freebsd-10.1-release/lib/csu/arm/
H A Dcrt1.c119 int32_t namesz; member in struct:__anon5532
125 .namesz = sizeof(NOTE_FREEBSD_VENDOR),
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcpu-arm.c215 unsigned char namesz[4]; /* Size of entry's owner string. */ member in struct:__anon188
228 unsigned long namesz; local
238 namesz = bfd_get_32 (abfd, buffer);
244 if (namesz + descsz + offsetof (arm_Note, name) > buffer_size)
249 if (namesz != 0)
254 if (namesz != ((strlen (expected_name) + 1 + 3) & ~3))
260 descr += (namesz + 3) & ~3;
H A Delf.c7988 if (note->namesz == 6
8248 that they ought to have 8-byte namesz and descsz field, and have
8264 size_t namesz;
8268 namesz = 0;
8270 namesz = strlen (name) + 1;
8272 newspace = 12 + ((namesz + 3) & -4) + ((size + 3) & -4);
8278 H_PUT_32 (abfd, namesz, xnp->namesz);
8284 memcpy (dest, name, namesz);
8285 dest += namesz;
8256 size_t namesz; local
[all...]
H A Delf32-i386.c394 if (note->namesz == 8 && strcmp (note->namedata, "FreeBSD") == 0)
441 if (note->namesz == 8 && strcmp (note->namedata, "FreeBSD") == 0)
/freebsd-10.1-release/contrib/file/src/
H A Dreadelf.c486 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz,
489 if (namesz == 4 && strcmp((char *)&nbuf[noff], "GNU") == 0 &&
508 int swap, uint32_t namesz, uint32_t descsz,
511 if (namesz == 5 && strcmp((char *)&nbuf[noff], "SuSE") == 0 &&
518 if (namesz == 4 && strcmp((char *)&nbuf[noff], "GNU") == 0 &&
557 if (namesz == 7 && strcmp((char *)&nbuf[noff], "NetBSD") == 0) {
565 if (namesz == 8 && strcmp((char *)&nbuf[noff], "FreeBSD") == 0) {
573 if (namesz == 8 && strcmp((char *)&nbuf[noff], "OpenBSD") == 0 &&
582 if (namesz == 10 && strcmp((char *)&nbuf[noff], "DragonFly") == 0 &&
600 int swap, uint32_t namesz, uint32_
485 do_bid_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
507 do_os_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
599 do_pax_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
637 do_core_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags, size_t size, int clazz) argument
822 uint32_t namesz, descsz; local
[all...]
/freebsd-10.1-release/lib/libproc/
H A Dproc_util.c174 proc_signame(int sig, char *name, size_t namesz) argument
177 strlcpy(name, strsignal(sig), namesz);
H A Dproc_sym.c233 size_t namesz, GElf_Sym *symcopy)
303 demangle(s, name, namesz);
338 demangle(s, name, namesz);
232 proc_addr2sym(struct proc_handle *p, uintptr_t addr, char *name, size_t namesz, GElf_Sym *symcopy) argument
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Dexternal.h153 unsigned char namesz[4]; /* Size of entry's owner string */ member in struct:__anon517
H A Dinternal.h111 unsigned long namesz; /* Size of entry's owner string */ member in struct:elf_internal_note
/freebsd-10.1-release/sys/xen/interface/
H A Delfstructs.h455 Elf32_Word namesz; member in struct:__anon11557
461 Elf64_Half namesz; member in struct:__anon11558
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dobj-elf.c1453 boundary, the namesz field should not be adjusted. */
1454 i_note.namesz = len;
1457 p = frag_more (sizeof (e_note.namesz));
1458 md_number_to_chars (p, i_note.namesz, sizeof (e_note.namesz));
2139 int_32 namesz = 4 ; Name size
2178 i_note.namesz = 4;
2182 p = frag_more (sizeof (i_note.namesz));
2183 md_number_to_chars (p, i_note.namesz, 4);
H A Dtc-i386.c6251 i_note.namesz = len + 1;
6254 p = frag_more (sizeof (e_note.namesz));
6255 md_number_to_chars (p, (valueT) i_note.namesz, sizeof (e_note.namesz));
/freebsd-10.1-release/sys/kern/
H A Dimgact_binmisc.c153 size_t namesz = min(strlen(xbe->xbe_name) + 1, IBE_NAME_MAX); local
159 ibe->ibe_name = malloc(namesz, M_BINMISC, M_WAITOK|M_ZERO);
160 strlcpy(ibe->ibe_name, xbe->xbe_name, namesz);
/freebsd-10.1-release/sys/boot/ia64/ski/
H A Defi_stub.c195 GetNextVariableName(u_long *namesz, efi_char *name, struct uuid *vendor) argument
/freebsd-10.1-release/usr.bin/elfdump/
H A Delfdump.c1008 u_int32_t namesz; local
1019 namesz = elf_get_word(e, n, N_NAMESZ);
1022 desc = elf_get_word(e, n + sizeof(Elf_Note) + namesz, 0);
1024 n += sizeof(Elf_Note) + namesz + descsz;
/freebsd-10.1-release/contrib/mdocml/
H A Droff.c1567 roff_setstrn(struct roffkv **r, const char *name, size_t namesz, argument
1584 n->key.p = mandoc_strndup(name, namesz);
1585 n->key.sz = namesz;
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dreadelf.c9265 terminated, and namesz includes the terminating null byte.
9266 I.E. the value of namesz for the name "FSF" is 4.
9268 If the value of namesz is zero, there is no name present. */
9274 if (pnote->namesz == 0)
9297 pnote->namesz ? pnote->namedata : "(NONE)",
9330 inote.namesz = BYTE_GET (external->namesz);
9333 inote.descdata = inote.namedata + align_power (inote.namesz, 2);
9343 inote.type, inote.namesz, inote.descsz);
9352 namesz
[all...]

Completed in 304 milliseconds