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

  /src/sys/arch/amd64/stand/prekern/
elf.c 77 elf_can_drop_unmappable(Elf_Shdr *shdr) function in typeref:typename:bool
472 if (elf_can_drop_unmappable(&eif.shdr[secidx])) {
507 if (elf_can_drop_unmappable(&eif.shdr[secidx])) {
elf.c 77 elf_can_drop_unmappable(Elf_Shdr *shdr) function in typeref:typename:bool
472 if (elf_can_drop_unmappable(&eif.shdr[secidx])) {
507 if (elf_can_drop_unmappable(&eif.shdr[secidx])) {

Completed in 54 milliseconds