OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strhdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/lockstat/
elf32.c
102
Elf_Shdr symhdr,
strhdr
;
local in function:NAME
146
if (pread(fd, &
strhdr
, sizeof(
strhdr
), off) != sizeof(
strhdr
))
155
if ((strp = malloc(
strhdr
.sh_size)) == NULL)
157
sz = pread(fd, strp,
strhdr
.sh_size,
strhdr
.sh_offset);
158
if (sz !=
strhdr
.sh_size)
/src/sbin/restore/
symtab.c
372
* NB. The macro "allocsize" below assumes that "struct
strhdr
"
375
struct
strhdr
{
struct
376
struct
strhdr
*next;
379
#define STRTBLINCR (sizeof(struct
strhdr
))
382
static struct
strhdr
strtblhdr[allocsize(NAME_MAX) / STRTBLINCR];
391
struct
strhdr
*np, *tp;
405
np = (struct
strhdr
*)cp;
424
struct
strhdr
*tp, *np;
427
np = (struct
strhdr
*)name;
Completed in 11 milliseconds
Indexes created Tue Sep 23 21:09:50 GMT 2025