OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 00:09:49 GMT 2025