OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shtbl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hpcmips/stand/pbsdboot/
elf.c
135
Elf_Shdr *
shtbl
= NULL;
local in function:scanfile
153
(
shtbl
= (Elf_Shdr *)alloc(sizeof(*
shtbl
) * elf->e_shnum)) == NULL) {
176
if (read(fd, (void *)
shtbl
, sizeof(Elf_Shdr) * elf->e_shnum)
246
if (
shtbl
[i].sh_type == SHT_SYMTAB) {
249
if ((
shtbl
[i].sh_type == SHT_STRTAB)
250
&& (
shtbl
[i].sh_size >= 0x4000)) {
282
shtbl
[sh_symidx].sh_size +
283
shtbl
[sh_stridx].sh_size,
293
dbg_sh[0].sh_type =
shtbl
[sh_symidx].sh_type
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025