Home
last modified time | relevance | path

Searched refs:load_command (Results 1 – 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c593 struct load_command *lc = 0; in search_linked_libs()
598 lc = (struct load_command *)((char *)mh + sizeof(struct mach_header)); in search_linked_libs()
599 for (n = 0; n < mh->ncmds; n++, lc = (struct load_command *)((char *)lc + lc->cmdsize)) in search_linked_libs()
1195 struct load_command *lc = 0; in image_for_address()
1203 lc = (struct load_command *)((char *)mh + sizeof(struct mach_header)); in image_for_address()
1204 for (j = 0; j < mh->ncmds; j++, lc = (struct load_command *)((char *)lc + lc->cmdsize)) in image_for_address()
1231 struct load_command *lc = 0;
1252 lc = (struct load_command *)((char *)mh + sizeof(struct mach_header));
1253 for (j = 0; j < mh->ncmds; j++, lc = (struct load_command *)((char *)lc + lc->cmdsize))
1275 lc = (struct load_command *)((char *)mh + sizeof(struct mach_header));
[all …]
/external/valgrind/main/coregrind/m_ume/
Dmacho.c438 struct load_command *lc; in load_thin_file()
439 struct load_command *lcend; in load_thin_file()
497 lcend = (struct load_command *)(headers + mh.sizeofcmds + sizeof(mh)); in load_thin_file()
498 for (lc = (struct load_command *)(headers + sizeof(mh)); in load_thin_file()
500 lc = (struct load_command *)(lc->cmdsize + (vki_uint8_t *)lc)) in load_thin_file()
/external/valgrind/main/coregrind/
Dfixup_macho_loadcmds.c382 struct load_command *cmd; in modify_macho_loadcmds()
385 for (c = 0, cmd = (struct load_command *)(mh+1); in modify_macho_loadcmds()
387 c++, cmd = (struct load_command *)(cmd->cmdsize in modify_macho_loadcmds()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c601 struct load_command *cmd; in getsectdata()
604 for (c = 0, cmd = (struct load_command *)(mh+1); in getsectdata()
606 c++, cmd = (struct load_command *)(cmd->cmdsize + (Addr)cmd)) in getsectdata()
713 struct load_command *cmd; in ML_()
716 for (c = 0, cmd = (struct load_command *)(mh+1); in ML_()
718 c++, cmd = (struct load_command *)(cmd->cmdsize in ML_()
/external/compiler-rt/lib/asan/
Dasan_mac.cc246 current_load_cmd_addr_ += ((const load_command *)lc)->cmdsize; in NextSegmentLoad()
247 if (((const load_command *)lc)->cmd == kLCSegment) { in NextSegmentLoad()
/external/libvpx/build/make/
Dobj_int_extract.c114 struct load_command lc; in parse_macho()
116 memcpy(&lc, buf, sizeof(struct load_command)); in parse_macho()
/external/llvm/include/llvm/Support/
DMachO.h307 struct load_command { struct