HomeSort by relevance Sort by last modified time
    Searched refs:phdr (Results 26 - 35 of 35) sorted by null

12

  /bionic/linker/
linker.h 93 Elf32_Phdr *phdr; member in struct:soinfo
  /external/elfutils/src/
readelf.c 791 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem); local
794 if (phdr == NULL)
802 ebl_segment_type_name (ebl, phdr->p_type, buf, sizeof (buf)),
803 phdr->p_offset,
804 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, phdr->p_vaddr,
805 ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 8 : 16, phdr->p_paddr,
806 phdr->p_filesz,
807 phdr->p_memsz,
808 phdr->p_flags & PF_R ? 'R' : ' ',
809 phdr->p_flags & PF_W ? 'W' : ' '
841 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem); local
4455 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem); local
    [all...]
strip.c 492 GElf_Phdr *phdr; local
494 phdr = gelf_getphdr (elf, cnt, &phdr_mem);
495 if (phdr == NULL
496 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0))
518 GElf_Phdr *phdr; local
520 phdr = gelf_getphdr (elf, cnt, &phdr_mem);
521 if (phdr == NULL
522 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0))
    [all...]
  /system/core/debuggerd/
debuggerd.c 416 Elf32_Phdr phdr; local
423 get_remote_struct(pid, (char *) (ptr+i), &phdr,
426 if (phdr.p_type == PT_ARM_EXIDX) {
427 mi->exidx_start = mi->start + phdr.p_offset;
428 mi->exidx_end = mi->exidx_start + phdr.p_filesz;
  /external/elfcopy/
elfcopy.c 90 static bool section_belongs_to_header(GElf_Shdr *shdr, GElf_Phdr *phdr);
2129 GElf_Phdr *phdr = gelf_getphdr (elf, phdr_idx, &phdr_mem); local
    [all...]
  /external/elfutils/libelf/
elf32_updatenull.c 118 if (elf->state.ELFW(elf,LIBELFBITS).phdr != NULL)
elf_begin.c 265 elf->state.elf32.phdr
351 elf->state.elf64.phdr
  /external/tcpdump/
print-dccp.c 67 struct phdr { struct in union:phu
print-tcp.c 119 struct phdr { struct in union:phu
print-udp.c 292 struct phdr { struct in union:phu

Completed in 2114 milliseconds

12