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

  /src/sys/arch/amd64/stand/prekern/
elf.c 64 elf_section_mappable(Elf_Shdr *shdr) function in typeref:typename:bool
184 if (!elf_section_mappable(&eif.shdr[sym->st_shndx])) {
347 if (!elf_section_mappable(shdr)) {
435 if (!elf_section_mappable(&eif.shdr[i])) {
471 if (!elf_section_mappable(&eif.shdr[secidx])) {
506 if (!elf_section_mappable(&eif.shdr[secidx])) {
elf.c 64 elf_section_mappable(Elf_Shdr *shdr) function in typeref:typename:bool
184 if (!elf_section_mappable(&eif.shdr[sym->st_shndx])) {
347 if (!elf_section_mappable(shdr)) {
435 if (!elf_section_mappable(&eif.shdr[i])) {
471 if (!elf_section_mappable(&eif.shdr[secidx])) {
506 if (!elf_section_mappable(&eif.shdr[secidx])) {
elf.c 64 elf_section_mappable(Elf_Shdr *shdr) function in typeref:typename:bool
184 if (!elf_section_mappable(&eif.shdr[sym->st_shndx])) {
347 if (!elf_section_mappable(shdr)) {
435 if (!elf_section_mappable(&eif.shdr[i])) {
471 if (!elf_section_mappable(&eif.shdr[secidx])) {
506 if (!elf_section_mappable(&eif.shdr[secidx])) {

Completed in 31 milliseconds