HomeSort by relevance Sort by last modified time
    Searched defs:phdr (Results 51 - 53 of 53) sorted by null

1 23

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 5182 struct sctp_paramhdr *phdr, params; local
5511 struct sctp_paramhdr *phdr, params; local
9224 struct sctp_paramhdr parm, *phdr; local
    [all...]
  /external/elfutils/0.153/src/
readelf.c 993 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem); local
996 if (unlikely (phdr == NULL))
1004 ebl_segment_type_name (ebl, phdr->p_type, buf, sizeof (buf)),
1005 phdr->p_offset,
1006 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, phdr->p_vaddr,
1007 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, phdr->p_paddr,
1008 phdr->p_filesz,
1009 phdr->p_memsz,
1010 phdr->p_flags & PF_R ? 'R' : ' ',
1011 phdr->p_flags & PF_W ? 'W' : ' '
1051 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem); local
1492 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, i, &phdr_mem); local
1634 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, inner, local
1807 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, inner, local
8241 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem); local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 19221 Elf32_Phdr *phdr, *ph; local
    [all...]

Completed in 89 milliseconds

1 23