HomeSort by relevance Sort by last modified time
    Searched refs:mach_o_name (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 712 const char *mach_o_name; member in struct:mach_o_section_name_xlat
mach-o.c 309 for (sec = seg->sections; sec->mach_o_name; sec++)
310 if (strncmp (sec->mach_o_name, sectname,
317 for (sec = seg->sections; sec->mach_o_name; sec++)
318 if (strncmp (sec->mach_o_name, sectname,
454 strcpy (section->sectname, xlat->mach_o_name);
    [all...]

Completed in 630 milliseconds