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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 94 yasm_section *stabstr; member in struct:__anon33
104 /*@null@*/ yasm_bytecode *bcstr; /* bytecode in stabstr for string */
246 stabs_dbgfmt_append_bcstr(info->stabstr, str),
266 stabs_dbgfmt_append_bcstr(info->stabstr, info->curfile),
350 info.stabstr =
351 yasm_object_get_general(object, ".stabstr", 1, 0, 0, &new, 0);
353 yasm_bytecode *last = yasm_section_bcs_last(info.stabstr);
356 N_("stabs debugging conflicts with user-defined section .stabstr"));
361 N_("stabs debugging overrides empty section .stabstr"));
374 nullbc = stabs_dbgfmt_append_bcstr(info.stabstr, "");
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 817 yasm_object_find_general(object, ".stabstr");
821 elf_secthead *stabstr = local
823 if (stab && stabstr) {
824 elf_secthead_set_link(stab, elf_secthead_get_index(stabstr));
827 yasm_internal_error(N_("missing .stab or .stabstr section/data"));
899 } else if (yasm__strcasecmp(sectname, ".stabstr")==0) {
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 462 /* The first .stabstr section. */
463 struct bfd_section *stabstr;
457 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 464 /* The first .stabstr section. */
465 struct bfd_section *stabstr;
459 struct bfd_section *stabstr; member in struct:stab_info
    [all...]

Completed in 383 milliseconds