Searched refs:cur_plus (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf.c | 496 = ML_(cur_plus)(data, info.li_length + (is64 ? 12 : 4)); in read_dwarf2_lineblock() 507 ML_(cur_plus)(standard_opcodes, in read_dwarf2_lineblock() 513 data = ML_(cur_plus)(standard_opcodes, info.li_opcode_base - 1); in read_dwarf2_lineblock() 556 data = ML_(cur_plus)(data, VG_(strlen)(data_str) + 1); in read_dwarf2_lineblock() 568 data = ML_(cur_plus)(data, 1); in read_dwarf2_lineblock() 603 data = ML_(cur_plus)(data, 1); in read_dwarf2_lineblock() 773 ML_(cur_plus)(standard_opcodes, in read_dwarf2_lineblock() 809 p = ML_(cur_plus)(p,1); /* skip has_children flag */ in lookup_abbrev() 873 end_img = ML_(cur_plus)(unitblock_img, blklen + (ui->dw64 ? 12 : 4)); in read_unitinfo_dwarf2() 876 abbrev_img = ML_(cur_plus)(debugabbrev_img, atoffs); in read_unitinfo_dwarf2() [all …]
|
D | readmacho.c | 313 ML_(cur_plus)(symtab_cur, i * sizeof(struct NLIST)), in read_symtab() 328 ML_(cur_plus)(strtab_cur, nl.n_un.n_strx), in read_symtab() 348 = ML_(cur_read_strdup)( ML_(cur_plus)(strtab_cur, nl.n_un.n_strx), in read_symtab() 613 DiCursor sects_cur = ML_(cur_plus)(cur, sizeof(seg)); in getsectdata() 630 cur = ML_(cur_plus)(cur, cmd.cmdsize); in getsectdata() 784 = ML_(cur_plus)(cmd_cur, dcmd.dylib.name.offset); in ML_() 798 = ML_(cur_plus)(cmd_cur, dcmd.name.offset); in ML_() 875 cmd_cur = ML_(cur_plus)(cmd_cur, cmd.cmdsize); in ML_() 920 syms = ML_(cur_plus)(ML_(cur_from_sli)(msli), symcmd.symoff); in ML_() 921 strs = ML_(cur_plus)(ML_(cur_from_sli)(msli), symcmd.stroff); in ML_() [all …]
|
D | priv_image.h | 232 static inline DiCursor ML_(cur_plus)( DiCursor c, Long n ) { in ML_() argument
|
D | readdwarf3.c | 1237 = ML_(cur_plus)( ML_(cur_from_sli)(cc->escn_debug_str), uw ); in get_Form_contents() 1434 = ML_(cur_plus)( ML_(cur_from_sli)(cc->escn_debug_str_alt), uw); in get_Form_contents()
|