OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sh_symidx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hpcmips/stand/pbsdboot/
elf.c
138
int
sh_symidx
, sh_stridx;
local in function:scanfile
243
sh_symidx
= -1;
247
sh_symidx
= i;
254
if (
sh_symidx
== -1 || sh_stridx == -1) {
282
shtbl[
sh_symidx
].sh_size +
293
dbg_sh[0].sh_type = shtbl[
sh_symidx
].sh_type;
295
dbg_sh[0].sh_size = shtbl[
sh_symidx
].sh_size;
296
dbg_sh[0].sh_addralign = shtbl[
sh_symidx
].sh_addralign;
298
dbg_sh[1].sh_offset = dbg_hdr_size + shtbl[
sh_symidx
].sh_size;
308
if (lseek(fd, shtbl[
sh_symidx
].sh_offset, SEEK_SET) == -1)
[
all
...]
Completed in 11 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025