OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_plus
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c
581
= ML_(
cur_plus
)(data, info.li_length + (is64 ? 12 : 4));
592
ML_(
cur_plus
)(standard_opcodes,
599
data = ML_(
cur_plus
)(standard_opcodes, info.li_opcode_base - 1);
641
data = ML_(
cur_plus
)(data, VG_(strlen)(data_str) + 1);
655
data = ML_(
cur_plus
)(data, 1);
689
data = ML_(
cur_plus
)(data, 1);
871
ML_(
cur_plus
)(standard_opcodes,
908
p = ML_(
cur_plus
)(p,1); /* skip has_children flag */
[
all
...]
readmacho.c
312
ML_(
cur_plus
)(symtab_cur, i * sizeof(struct NLIST)),
327
ML_(
cur_plus
)(strtab_cur, nl.n_un.n_strx),
347
= ML_(cur_read_strdup)( ML_(
cur_plus
)(strtab_cur, nl.n_un.n_strx),
608
DiCursor sects_cur = ML_(
cur_plus
)(cur, sizeof(seg));
624
cur = ML_(
cur_plus
)(cur, cmd.cmdsize);
778
= ML_(
cur_plus
)(cmd_cur, dcmd.dylib.name.offset);
792
= ML_(
cur_plus
)(cmd_cur, dcmd.name.offset);
869
cmd_cur = ML_(
cur_plus
)(cmd_cur, cmd.cmdsize);
[
all
...]
priv_image.h
232
static inline DiCursor ML_(
cur_plus
)( DiCursor c, Long n ) {
function
readdwarf3.c
[
all
...]
Completed in 90 milliseconds