HomeSort by: relevance | last modified time | path
    Searched refs:phentsize (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
veritefb.c 1790 uint16_t phentsize, phnum, ph; local
1804 phentsize = be16dec(u + offsetof(Elf32_Ehdr, e_phentsize));
1807 if (phnum == 0 || phentsize < sizeof(Elf32_Phdr) ||
1808 phoff + (uint32_t)phnum * phentsize > sc->sc_ucode_size) {
1825 const uint8_t *p = u + phoff + (uint32_t)ph * phentsize;
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1240 uint16_t phentsize; /* 0 */ member in struct:elf::header
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 1204 uint16_t phentsize; /* 0 */ member in struct:elf::header

Completed in 35 milliseconds