OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prelink_info_t
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minelf/
Retouch.c
30
}
prelink_info_t
__attribute__((packed));
typedef in typeref:struct:__anon666
114
prelink_info_t
*p_info;
119
int32_t p_offs = binary_size-sizeof(
prelink_info_t
); //
prelink_info_t
128
p_info = (
prelink_info_t
*)(binary_object+p_offs);
161
// "-1" means this is the value in
prelink_info_t
, which also gets
/bionic/linker/
linker.c
661
}
prelink_info_t
;
typedef in typeref:struct:__anon640
669
prelink_info_t
info;
671
sz = lseek(fd, -sizeof(
prelink_info_t
), SEEK_END);
678
WARN("Could not read
prelink_info_t
structure for `%s`\n", name);
[
all
...]
Completed in 6024 milliseconds