Home
last modified time | relevance | path

Searched refs:pcpu_stop (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dlink_elf.c116 Elf_Addr pcpu_stop; /* Pre-relocation pcpu set stop. */ member
657 ef->pcpu_stop = 0; in parse_dpcpu()
659 (void ***)&ef->pcpu_stop, NULL); in parse_dpcpu()
663 size = (uintptr_t)ef->pcpu_stop - (uintptr_t)ef->pcpu_start; in parse_dpcpu()
676 pad = *(uint32_t *)((uintptr_t)ef->pcpu_stop - sizeof(pad)); in parse_dpcpu()
701 elf_set_add(&set_pcpu_list, ef->pcpu_start, ef->pcpu_stop, in parse_dpcpu()
1339 if (x >= ef->pcpu_start && x < ef->pcpu_stop) in elf_relocaddr()
1355 ef->pcpu_stop - ef->pcpu_start); in link_elf_unload_file()