OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shstridx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/usr.sbin/dbsym/
dbsym.c
367
int elftype, e_shnum, i, sh_size, rv = 1,
shstridx
;
local
426
shstridx
= (ISELF64
429
shstrtab = malloc(SH_SIZE(
shstridx
));
432
if (pread(fd, shstrtab, SH_SIZE(
shstridx
), SH_OFFSET(
shstridx
)) !=
433
SH_SIZE(
shstridx
))
/src/external/gpl3/binutils.old/usr.sbin/dbsym/
dbsym.c
367
int elftype, e_shnum, i, sh_size, rv = 1,
shstridx
;
local
426
shstridx
= (ISELF64
429
shstrtab = malloc(SH_SIZE(
shstridx
));
432
if (pread(fd, shstrtab, SH_SIZE(
shstridx
), SH_OFFSET(
shstridx
)) !=
433
SH_SIZE(
shstridx
))
Completed in 15 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026