HomeSort by: relevance | last modified time | path
    Searched defs:segname (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h 46 char segname[16]; member in struct:llvm::MachOYAML::Section
  /src/external/gpl3/binutils/dist/gas/config/
obj-macho.c 168 obj_mach_o_make_or_get_sect (char * segname, char * sectname,
182 xlat = bfd_mach_o_section_data_for_mach_sect (stdoutput, segname, sectname);
196 segname, sectname);
209 name = concat (segname, ".", sectname, (char *) NULL);
253 strncpy (msect->segname, segname, BFD_MACH_O_SEGNAME_SIZE);
254 msect->segname[BFD_MACH_O_SEGNAME_SIZE] = 0;
306 char segname[17]; local
314 if (! obj_mach_o_get_section_names (segname, sectname, 17, 17))
421 new_seg = obj_mach_o_make_or_get_sect (segname, sectname, specified_mask
441 char segname[17]; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
listing.c 310 const char *segname; local
312 segname = segment_name (now_seg);
313 if (startswith (segname, ".debug")
314 || startswith (segname, ".line"))
424 const char *segname; local
426 segname = segment_name (now_seg);
427 if (startswith (segname, ".debug")
428 || startswith (segname, ".line"))
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 102 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32
119 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64
135 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32
152 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64
447 segname_offset = offsetof (struct mach_o_section_32, segname);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
955 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, segname),
980 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname),
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.c 168 obj_mach_o_make_or_get_sect (char * segname, char * sectname,
182 xlat = bfd_mach_o_section_data_for_mach_sect (stdoutput, segname, sectname);
196 segname, sectname);
209 name = concat (segname, ".", sectname, (char *) NULL);
253 strncpy (msect->segname, segname, BFD_MACH_O_SEGNAME_SIZE);
254 msect->segname[BFD_MACH_O_SEGNAME_SIZE] = 0;
306 char segname[17]; local
314 if (! obj_mach_o_get_section_names (segname, sectname, 17, 17))
421 new_seg = obj_mach_o_make_or_get_sect (segname, sectname, specified_mask
441 char segname[17]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
listing.c 310 const char *segname; local
312 segname = segment_name (now_seg);
313 if (startswith (segname, ".debug")
314 || startswith (segname, ".line"))
424 const char *segname; local
426 segname = segment_name (now_seg);
427 if (startswith (segname, ".debug")
428 || startswith (segname, ".line"))
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 102 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32
119 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64
135 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32
152 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64
447 segname_offset = offsetof (struct mach_o_section_32, segname);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
966 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, segname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname),
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-mach-o.c 102 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32
119 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64
135 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32
152 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64
447 segname_offset = offsetof (struct mach_o_section_32, segname);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
966 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, segname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname),
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 102 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32
119 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64
135 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32
152 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64
447 segname_offset = offsetof (struct mach_o_section_32, segname);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
966 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, segname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname),
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-mach-o.c 102 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32
119 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64
135 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32
152 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64
447 segname_offset = offsetof (struct mach_o_section_32, segname);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
966 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, segname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname),
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-mach-o.c 102 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32
119 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64
135 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32
152 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64
447 segname_offset = offsetof (struct mach_o_section_32, segname);
457 segname_offset = offsetof (struct mach_o_section_64, segname);
966 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, segname),
991 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, segname),
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 66 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member in struct:bfd_mach_o_section
94 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member in struct:bfd_mach_o_segment_command
774 const char *segname; member in struct:mach_o_segment_name_xlat
mach-o.c 299 bfd_mach_o_section_data_for_mach_sect (bfd *abfd, const char *segname,
308 for (seg = bed->segsec_names_xlat; seg->segname; seg++)
309 if (strncmp (seg->segname, segname, BFD_MACH_O_SEGNAME_SIZE) == 0)
316 for (seg = segsec_names_xlat; seg->segname; seg++)
317 if (strncmp (seg->segname, segname, BFD_MACH_O_SEGNAME_SIZE) == 0)
332 const char **segname)
337 *segname = NULL;
344 for (seg = bed->segsec_names_xlat; seg->segname; seg++
441 const char *segname; local
3309 const char *segname = mdata->sections[i]->segname; local
    [all...]
  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 44 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32_external
62 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64_external
85 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32_external
99 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64_external
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 66 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member in struct:bfd_mach_o_section
94 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member in struct:bfd_mach_o_segment_command
774 const char *segname; member in struct:mach_o_segment_name_xlat
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 44 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32_external
62 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64_external
85 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32_external
99 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64_external
  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 162 char segname[MACH_O_NAMELEN]; /* Segment name */ member in struct:macho_segment_command
179 char segname[MACH_O_NAMELEN]; /* Segment name */ member in struct:macho_segment_64_command
1097 if (memcmp (segcmd.segname,
1119 if (memcmp (segcmd.segname,
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 162 char segname[MACH_O_NAMELEN]; /* Segment name */ member in struct:macho_segment_command
179 char segname[MACH_O_NAMELEN]; /* Segment name */ member in struct:macho_segment_64_command
1097 if (memcmp (segcmd.segname,
1119 if (memcmp (segcmd.segname,
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 66 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member in struct:bfd_mach_o_section
94 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member in struct:bfd_mach_o_segment_command
773 const char *segname; member in struct:mach_o_segment_name_xlat
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 44 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32_external
62 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64_external
85 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32_external
99 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64_external
  /src/external/gpl3/gdb/dist/libbacktrace/
macho.c 162 char segname[MACH_O_NAMELEN]; /* Segment name */ member in struct:macho_segment_command
179 char segname[MACH_O_NAMELEN]; /* Segment name */ member in struct:macho_segment_64_command
1097 if (memcmp (segcmd.segname,
1119 if (memcmp (segcmd.segname,
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 66 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member in struct:bfd_mach_o_section
94 char segname[BFD_MACH_O_SEGNAME_SIZE + 1]; member in struct:bfd_mach_o_segment_command
773 const char *segname; member in struct:mach_o_segment_name_xlat
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 44 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_32_external
62 unsigned char segname[16]; /* Segment that the section belongs to. */ member in struct:mach_o_section_64_external
85 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_32_external
99 unsigned char segname[16]; /* Name of this segment. */ member in struct:mach_o_segment_command_64_external
  /src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c 162 char segname[MACH_O_NAMELEN]; /* Segment name */ member in struct:macho_segment_command
179 char segname[MACH_O_NAMELEN]; /* Segment name */ member in struct:macho_segment_64_command
1097 if (memcmp (segcmd.segname,
1119 if (memcmp (segcmd.segname,
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 55 char segname[16]; member in struct:__anon4471::section_base
394 IsPageZeroSegment |= StringRef("__PAGEZERO").equals(S.segname);
4181 return makeArrayRef(Base->segname);

Completed in 56 milliseconds

1 2