OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_off
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
ranlib.c
175
off_t
index_off
= -1;
local
188
index_off
= elf_getaroff (elf);
242
if (
index_off
!= -1)
243
rest_off = (
index_off
+ sizeof (struct ar_hdr)
257
|| (
index_off
> SARMAG
258
&& copy_content (arelf, newfd, SARMAG,
index_off
- SARMAG))
ar.c
463
off_t
index_off
= -1;
local
502
index_off
= elf_getaroff (subelf);
784
if (
index_off
!= -1)
785
rest_off = (
index_off
+ sizeof (struct ar_hdr)
799
|| (
index_off
!= SARMAG
800
&& copy_content (elf, newfd, SARMAG,
index_off
- SARMAG))
[
all
...]
Completed in 47 milliseconds