OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strhdr
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/lockstat/
elf32.c
102
Elf_Shdr symhdr,
strhdr
;
local
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/external/gpl3/binutils/dist/libctf/
ctf-open-bfd.c
160
Elf_Internal_Shdr *
strhdr
= elf_elfsections (abfd)[symhdr->sh_link];
local
162
strsize =
strhdr
->sh_size;
163
if (
strhdr
->contents == NULL)
172
strtab = (const char *)
strhdr
->contents;
/src/external/gpl3/binutils.old/dist/libctf/
ctf-open-bfd.c
160
Elf_Internal_Shdr *
strhdr
= elf_elfsections (abfd)[symhdr->sh_link];
local
162
strsize =
strhdr
->sh_size;
163
if (
strhdr
->contents == NULL)
172
strtab = (const char *)
strhdr
->contents;
/src/external/gpl3/gdb.old/dist/libctf/
ctf-open-bfd.c
160
Elf_Internal_Shdr *
strhdr
= elf_elfsections (abfd)[symhdr->sh_link];
local
162
strsize =
strhdr
->sh_size;
163
if (
strhdr
->contents == NULL)
172
strtab = (const char *)
strhdr
->contents;
/src/external/gpl3/gdb/dist/libctf/
ctf-open-bfd.c
160
Elf_Internal_Shdr *
strhdr
= elf_elfsections (abfd)[symhdr->sh_link];
local
162
strsize =
strhdr
->sh_size;
163
if (
strhdr
->contents == NULL)
172
strtab = (const char *)
strhdr
->contents;
/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 39 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026