HomeSort by relevance Sort by last modified time
    Searched refs:nhdr (Results 1 - 19 of 19) sorted by null

  /external/elfutils/0.153/libebl/
eblcorenote.c 64 ebl_core_note (ebl, nhdr, name,
67 const GElf_Nhdr *nhdr;
75 int result = ebl->core_note (nhdr, name,
84 switch (nhdr->n_type)
libebl.h 387 NAME is not guaranteed terminated, it's NHDR->n_namesz raw bytes. */
388 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
eblopenbackend.c 189 static int default_core_note (const GElf_Nhdr *nhdr, const char *name,
614 default_core_note (const GElf_Nhdr *nhdr __attribute__ ((unused)),
  /external/tcpdump/
print-ipcomp.c 51 ipcomp_print(register const u_char *bp, int *nhdr _U_)
81 if (nhdr)
82 *nhdr = ipcomp->comp_nxt;
print-esp.c 535 int *nhdr
687 if (nhdr)
688 *nhdr = *(ep - 1);
netdissect.h 335 int *nhdr, int *padlen);
  /external/elfutils/0.153/backends/
x86_corenote.c 28 return ioperm_info (nhdr->n_descsz, \
linux-core-note.c 178 EBLHOOK(core_note) (nhdr, name, regs_offset, nregloc, reglocs, nitems, items)
179 const GElf_Nhdr *nhdr;
187 switch (nhdr->n_namesz)
190 if (memcmp (name, "CORE", nhdr->n_namesz) == 0)
195 if (memcmp (name, "CORE", nhdr->n_namesz) == 0)
201 if (memcmp (name, "LINUX", nhdr->n_namesz) == 0)
206 if (nhdr->n_type != 0
219 switch (nhdr->n_type)
222 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prstatus)))
232 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prpsinfo))
    [all...]
i386_corenote.c 106 return tls_info (nhdr->n_descsz, regs_offset, nregloc, reglocs, \
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-minimal.c 35 } *nhdr; local
43 nhdr = ptr;
45 nhdr->n_namesz = bswap_32(nhdr->n_namesz);
46 nhdr->n_descsz = bswap_32(nhdr->n_descsz);
47 nhdr->n_type = bswap_32(nhdr->n_type);
50 namesz = NOTE_ALIGN(nhdr->n_namesz);
51 descsz = NOTE_ALIGN(nhdr->n_descsz)
    [all...]
symbol-elf.c 370 GElf_Nhdr *nhdr = ptr; local
371 size_t namesz = NOTE_ALIGN(nhdr->n_namesz),
372 descsz = NOTE_ALIGN(nhdr->n_descsz);
375 ptr += sizeof(*nhdr);
378 if (nhdr->n_type == NT_GNU_BUILD_ID &&
379 nhdr->n_namesz == sizeof("GNU")) {
435 GElf_Nhdr nhdr; local
438 if (read(fd, &nhdr, sizeof(nhdr)) != sizeof(nhdr))
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_module_build_id.c 82 GElf_Nhdr nhdr; local
85 while ((pos = gelf_getnote (data, pos, &nhdr, &name_pos, &desc_pos)) > 0)
86 if (nhdr.n_type == NT_GNU_BUILD_ID
87 && nhdr.n_namesz == sizeof "GNU" && !memcmp (data->d_buf + name_pos,
90 data->d_buf + desc_pos, nhdr.n_descsz,
core-file.c 456 GElf_Nhdr nhdr; local
459 while ((pos = gelf_getnote (notes, pos, &nhdr,
461 if (nhdr.n_type == NT_AUXV
462 && nhdr.n_namesz == sizeof "CORE"
466 auxv_size = nhdr.n_descsz;
linux-kernel-modules.c 522 GElf_Nhdr nhdr; member in union:__anon25828
536 GElf_Nhdr *nhdr = (void *) p; local
537 p += sizeof *nhdr;
539 p += (nhdr->n_namesz + 3) & -4U;
541 p += (nhdr->n_descsz + 3) & -4U;
544 && nhdr->n_type == NT_GNU_BUILD_ID
545 && nhdr->n_namesz == sizeof "GNU"
559 nhdr->n_descsz, vaddr);
  /external/libnl/lib/route/
neigh.c 502 struct ndmsg nhdr = { local
510 nhdr.ndm_family = nl_addr_get_family(tmpl->n_dst);
513 nhdr.ndm_state = tmpl->n_state;
519 if (nlmsg_append(msg, &nhdr, sizeof(nhdr), NLMSG_ALIGNTO) < 0)
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 801 struct eap_hdr *nhdr; local
808 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
810 nhdr->code = req->code;
811 nhdr->identifier = req->identifier;
812 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 1030 struct eap_hdr *nhdr; local
1040 nhdr = wpabuf_put(nbuf, sizeof(*nhdr));
1041 nhdr->code = resp->code;
1042 nhdr->identifier = resp->identifier;
1043 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
  /external/elfutils/0.153/src/
readelf.c 8151 GElf_Nhdr nhdr; local
    [all...]
elflint.c 3933 GElf_Nhdr nhdr; local
    [all...]

Completed in 523 milliseconds