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

  /src/sys/arch/amd64/stand/prekern/
elf.c 457 size_t secidx, nrel; local in function:elf_kernel_reloc
467 secidx = eif.shdr[i].sh_info;
468 if (secidx >= eif.ehdr->e_shnum) {
471 if (!elf_section_mappable(&eif.shdr[secidx])) {
472 if (elf_can_drop_unmappable(&eif.shdr[secidx])) {
477 base = (uintptr_t)eif.ehdr + eif.shdr[secidx].sh_offset;
492 size_t secidx, nrela; local in function:elf_kernel_reloc
502 secidx = eif.shdr[i].sh_info;
503 if (secidx >= eif.ehdr->e_shnum) {
506 if (!elf_section_mappable(&eif.shdr[secidx])) {
    [all...]
elf.c 457 size_t secidx, nrel; local in function:elf_kernel_reloc
467 secidx = eif.shdr[i].sh_info;
468 if (secidx >= eif.ehdr->e_shnum) {
471 if (!elf_section_mappable(&eif.shdr[secidx])) {
472 if (elf_can_drop_unmappable(&eif.shdr[secidx])) {
477 base = (uintptr_t)eif.ehdr + eif.shdr[secidx].sh_offset;
492 size_t secidx, nrela; local in function:elf_kernel_reloc
502 secidx = eif.shdr[i].sh_info;
503 if (secidx >= eif.ehdr->e_shnum) {
506 if (!elf_section_mappable(&eif.shdr[secidx])) {
    [all...]

Completed in 195 milliseconds