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

  /src/usr.sbin/installboot/arch/
pmax.c 314 Elf32_Addr lowaddr, highaddr; local
330 lowaddr = (uint32_t) ULONG_MAX;
347 if (le32toh(phdr.p_paddr) < lowaddr)
348 lowaddr = le32toh(phdr.p_paddr);
354 *loadaddr = lowaddr;
356 *len = roundup(highaddr - lowaddr, PMAX_BOOT_BLOCK_BLOCKSIZE);
365 *data + seglist[i].addr - lowaddr,
  /src/sys/arch/pmax/stand/smallnet/setnetimage/
setnetimage.c 84 Elf32_Addr lowaddr, highaddr; local
138 lowaddr = UINT_MAX;
155 if (phdr.p_paddr < lowaddr)
156 lowaddr = phdr.p_paddr;
163 printf("lowaddr = 0x%08x, highaddr = 0x%08x\n", lowaddr, highaddr);
165 printf("load address: 0x%08x\n", lowaddr);
168 destlen = highaddr - lowaddr;
180 uncomp_kernel + seglist[i].addr - lowaddr,
183 if (read(ifd, uncomp_kernel + seglist[i].addr - lowaddr,
    [all...]
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 379 LOWADDR is the lowest memory address associated with this function.
406 CORE_ADDR lowaddr; member in struct:dntt_type_function
1298 CORE_ADDR lowaddr; /* lowest address of function */ member in struct:dntt_type_doc_function
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 379 LOWADDR is the lowest memory address associated with this function.
406 CORE_ADDR lowaddr; member in struct:dntt_type_function
1298 CORE_ADDR lowaddr; /* lowest address of function */ member in struct:dntt_type_doc_function
  /src/external/gpl3/gdb.old/dist/include/
hp-symtab.h 379 LOWADDR is the lowest memory address associated with this function.
406 CORE_ADDR lowaddr; member in struct:dntt_type_function
1298 CORE_ADDR lowaddr; /* lowest address of function */ member in struct:dntt_type_doc_function
  /src/external/gpl3/gdb/dist/include/
hp-symtab.h 379 LOWADDR is the lowest memory address associated with this function.
406 CORE_ADDR lowaddr; member in struct:dntt_type_function
1298 CORE_ADDR lowaddr; /* lowest address of function */ member in struct:dntt_type_doc_function

Completed in 51 milliseconds