HomeSort by relevance Sort by last modified time
    Searched defs:data_section (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
ptrace-core.c 38 asection *data_section; member in struct:trad_core_struct
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
hppabsd-core.c 60 asection *data_section; member in struct:hppabsd_core_struct
68 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
trad-core.c 55 asection *data_section; member in struct:trad_core_struct
62 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
aoutf1.h 540 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
549 asection *data_section;
548 asection *data_section; member in struct:sun_core_struct
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 507 extern GTY(()) section *data_section; variable
  /toolchain/binutils/binutils-2.25/gas/
as.c 108 segT data_section; variable
1074 data_section = subseg_new (DATA_SECTION_NAME, 0);
1082 bfd_set_section_flags (stdoutput, data_section,
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.cc 1786 Output_section* data_section = out_sections[data_shndx]; local
1925 Output_section* data_section = out_sections[data_shndx]; local
    [all...]
  /external/valgrind/perf/
tinycc.c 2330 static Section *text_section, *data_section, *bss_section; \/* predefined sections *\/ variable
    [all...]

Completed in 309 milliseconds