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/coregrind/m_debuginfo/
readdwarf.c
496
= ML_(
cur_plus
)(data, info.li_length + (is64 ? 12 : 4));
507
ML_(
cur_plus
)(standard_opcodes,
513
data = ML_(
cur_plus
)(standard_opcodes, info.li_opcode_base - 1);
556
data = ML_(
cur_plus
)(data, VG_(strlen)(data_str) + 1);
568
data = ML_(
cur_plus
)(data, 1);
603
data = ML_(
cur_plus
)(data, 1);
773
ML_(
cur_plus
)(standard_opcodes,
809
p = ML_(
cur_plus
)(p,1); /* skip has_children flag */
873
end_img = ML_(
cur_plus
)(unitblock_img, blklen + (ui->dw64 ? 12 : 4));
876
abbrev_img = ML_(
cur_plus
)(debugabbrev_img, atoffs)
[
all
...]
readmacho.c
313
ML_(
cur_plus
)(symtab_cur, i * sizeof(struct NLIST)),
328
ML_(
cur_plus
)(strtab_cur, nl.n_un.n_strx),
348
= ML_(cur_read_strdup)( ML_(
cur_plus
)(strtab_cur, nl.n_un.n_strx),
613
DiCursor sects_cur = ML_(
cur_plus
)(cur, sizeof(seg));
630
cur = ML_(
cur_plus
)(cur, cmd.cmdsize);
784
= ML_(
cur_plus
)(cmd_cur, dcmd.dylib.name.offset);
798
= ML_(
cur_plus
)(cmd_cur, dcmd.name.offset);
875
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 5287 milliseconds