HomeSort by: relevance | last modified time | path
    Searched defs:phnum (Results 1 - 17 of 17) sorted by relevancy

  /src/usr.bin/tip/
acu.c 69 char *phnum, string[256]; local
104 for (phnum = cp; *cp && *cp != ','; cp++)
109 if ((conflag = (*acu->acu_dialer)(phnum, CU)) != 0) {
137 for (phnum = cp; *cp && *cp != ',' && *cp != '\n'; cp++)
142 if ((conflag = (*acu->acu_dialer)(phnum, CU)) != 0) {
  /src/external/bsd/elftoolchain/dist/libelf/
gelf_phdr.c 62 size_t phnum; local
67 elf_getphdrnum(e, &phnum) < 0) {
72 if ((size_t)index >= phnum) {
132 size_t phnum; local
139 elf_getphdrnum(e, &phnum) < 0) {
152 if (ndx < 0 || (size_t)ndx > phnum) {
libelf_ehdr.c 51 _libelf_load_extended(Elf *e, unsigned int ec, uint64_t shoff, uint16_t phnum,
92 e->e_u.e_elf.e_nphdr = (phnum != PN_XNUM) ? phnum :
120 uint16_t phnum, shnum, strndx; local
189 phnum = ((Elf32_Ehdr *) ehdr)->e_phnum;
194 phnum = ((Elf64_Ehdr *) ehdr)->e_phnum;
201 (shoff == 0LL && (shnum != 0 || phnum == PN_XNUM ||
211 if ((shnum == 0 && shoff != 0) || phnum == PN_XNUM || strndx == SHN_XINDEX) {
212 if (_libelf_load_extended(e, ec, shoff, phnum, strndx) == 0)
216 e->e_u.e_elf.e_nphdr = phnum;
    [all...]
libelf_phdr.c 49 size_t phnum; local
76 phnum = e->e_u.e_elf.e_nphdr;
86 fsz = gelf_fsize(e, ELF_T_PHDR, phnum, e->e_version);
103 if ((phdr = calloc(phnum, msz)) == NULL) {
116 (*xlator)(phdr, phnum * msz, e->e_rawfile + phoff, phnum,
elf_update.c 525 size_t phnum, shnum; local
584 phnum = e->e_u.e_elf.e_nphdr;
598 (E)->e_phentsize = (uint16_t) ((phnum == 0) ? 0 : \
623 if (phnum) {
624 fsz = _libelf_fsize(ELF_T_PHDR, ec, eh_version, phnum);
704 _libelf_setphnum(e, ehdr, ec, phnum);
909 size_t fsz, msz, phnum; local
919 phnum = e->e_u.e_elf.e_nphdr;
920 assert(phnum > 0);
941 fsz = _libelf_fsize(ELF_T_PHDR, ec, e->e_version, phnum);
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_globals.h 41 // Walk through the specific DSO (as specified by the base, phdr, and phnum),
46 ElfW(Half) phnum); member in namespace:__hwasan
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_globals.h 40 // Walk through the specific DSO (as specified by the base, phdr, and phnum),
45 ElfW(Half) phnum); member in namespace:__hwasan
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 60 Elf_Half phnum; local
64 phnum = (Elf_Half)getauxval(AT_PHNUM);
67 printf("AT_PHNUM=%d\n", phnum);
70 ATF_REQUIRE(phnum != (Elf_Half)~0);
72 phlimit = phdr + phnum;
  /src/lib/csu/common/
crt0-common.c 226 Elf_Half phnum = (Elf_Half)~0; local
238 phnum = (Elf_Half)aux->a_v;
243 if (phdr == NULL || phnum == (Elf_Half)~0)
246 const Elf_Phdr *phlimit = phdr + phnum, *dynphdr = NULL;
  /src/libexec/ld.elf_so/
rtld.c 697 int phnum; local
704 phnum = pAUX_phnum->a_v;
709 _rtld_objmain = _rtld_digest_phdr(phdr, phnum, entry);
  /src/external/bsd/file/dist/src/
readelf.c 1837 uint16_t type, phnum, shnum, notecount; local
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1241 uint16_t phnum; /* 0 */ member in struct:elf::header
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 1205 uint16_t phnum; /* 0 */ member in struct:elf::header
  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 4818 unsigned int i, phnum; local
4823 phnum = elf_elfheader (abfd)->e_phnum;
4824 for (i = 0; i < phnum; phdr++)
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 4819 unsigned int i, phnum; local
4824 phnum = elf_elfheader (abfd)->e_phnum;
4825 for (i = 0; i < phnum; phdr++)
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 4817 unsigned int i, phnum; local
4822 phnum = elf_elfheader (abfd)->e_phnum;
4823 for (i = 0; i < phnum; phdr++)
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 4820 unsigned int i, phnum; local
4825 phnum = elf_elfheader (abfd)->e_phnum;
4826 for (i = 0; i < phnum; phdr++)

Completed in 46 milliseconds