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

  /external/elfutils/tests/
update2.c 122 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
123 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
update3.c 171 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
172 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
update4.c 324 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
325 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
  /external/elfutils/libelf/
elf32_newphdr.c 144 elf_typesize (LIBELFBITS, ELF_T_PHDR, 1);
158 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
gelf_fsize.c 81 [ELF_T_PHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Phdr)), \
elf32_updatefile.c 173 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
186 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
189 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
210 + elf_typesize (LIBELFBITS, ELF_T_PHDR, ehdr->e_phnum));
521 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
544 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
547 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
elf32_updatenull.c 173 + elf_typesize (LIBELFBITS, ELF_T_PHDR, ehdr->e_phnum));
182 size += elf_typesize (LIBELFBITS, ELF_T_PHDR, ehdr->e_phnum);
gelf_xlate.c 204 [ELF_T_PHDR] = ElfW2(Bits, cvt_Phdr), \
libelf.h 68 ELF_T_PHDR, /* Program header. */
  /external/elfutils/src/
xelf.h 148 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \
280 case ELF_T_PHDR: fsize = sizeof (Elf64_Phdr); break; \
unstrip.c 988 size_t phsize = gelf_fsize (main, ELF_T_PHDR, phnum, EV_CURRENT);
    [all...]
  /external/elfutils/libdwfl/
elf-from-memory.c 175 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
link_map.c 700 .d_type = ELF_T_PHDR,
716 .d_type = ELF_T_PHDR,
dwfl_segment_report_module.c 236 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;

Completed in 203 milliseconds