Searched refs:LohLC (Results 1 – 2 of 2) sorted by relevance
507 MachO::linkedit_data_command LohLC = O->getLinkOptHintsLoadCommand(); in PrintLinkOptHints() local508 const char *loh = O->getData().substr(LohLC.dataoff, 1).data(); in PrintLinkOptHints()509 uint32_t nloh = LohLC.datasize; in PrintLinkOptHints()
1150 MachO::linkedit_data_command LohLC = O->getLinkOptHintsLoadCommand(); in PrintLinkOptHints() local1151 const char *loh = O->getData().substr(LohLC.dataoff, 1).data(); in PrintLinkOptHints()1152 uint32_t nloh = LohLC.datasize; in PrintLinkOptHints()