HomeSort by: relevance | last modified time | path
    Searched refs:stab (Results 1 - 25 of 203) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
stabs.c 60 * stab is defined, but is defined as something that doesn't exist yet.
150 * got from the N_FUN stab and add (fnarg_add) the ones from the N_PSYM stabs.
177 * Read the stabs from the stab ELF section, and turn them into a tdesc tree,
185 stab_t *stab; local
197 if (!((stabidx = findelfsecidx(elf, file, ".stab.excl")) >= 0 &&
198 (stabstridx = findelfsecidx(elf, file, ".stab.exclstr")) >= 0) &&
199 !((stabidx = findelfsecidx(elf, file, ".stab")) >= 0 &&
218 stab = &((stab_t *)data->d_buf)[i];
221 if (stab->n_type == N_LBRAC) {
223 debug(3, "stab %d: opening scope (%d)\n", i + 1, scope)
    [all...]
  /src/sys/arch/mmeye/conf/
shl.x 33 .stab 0 (NOLOAD) :
35 *(.stab)
sh.x 37 .stab 0 (NOLOAD) :
39 *(.stab)
  /src/external/gpl3/binutils/dist/gas/config/
obj-som.h 55 with the names $GDB_SYMBOLS$ and $GDB_STRINGS$ rather than .stab and
63 #define INIT_STAB_SECTION(stab, str) obj_som_init_stab_section (stab, str)
65 /* We'll be updating the magic 1st stab entry once the entire assembly
obj-elf.h 239 stab group on the assumption that whoever sets SEPARATE_STAB_SECTIONS
249 #define INIT_STAB_SECTION(stab, str) obj_elf_init_stab_section (stab, str)
259 #define INIT_STAB_SECTION(stab, str) \
260 ((void) (ECOFF_DEBUGGING ? 0 : (obj_elf_init_stab_section (stab, str), 0)))
obj-som.c 208 obj_som_init_stab_section (segT stab, segT stabstr)
233 /* Set the containing space for both stab sections to be $GDB_DEBUG$
237 obj_set_subsection_attributes (stab, space, 0x1f, 73, 0, 0, 0, 0);
238 bfd_set_section_alignment (stab, 2);
240 /* Make some space for the first special stab entry and zero the memory.
242 stab string and the like. Using it avoids the need to
243 relocate the stab strings.
253 seg_info (stab)->stabu.p = p;
255 /* Set the containing space for both stab sections to be $GDB_DEBUG$
292 stab entry and to set the starting address for each code subspace. *
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-som.h 55 with the names $GDB_SYMBOLS$ and $GDB_STRINGS$ rather than .stab and
63 #define INIT_STAB_SECTION(stab, str) obj_som_init_stab_section (stab, str)
65 /* We'll be updating the magic 1st stab entry once the entire assembly
obj-elf.h 241 stab group on the assumption that whoever sets SEPARATE_STAB_SECTIONS
251 #define INIT_STAB_SECTION(stab, str) obj_elf_init_stab_section (stab, str)
261 #define INIT_STAB_SECTION(stab, str) \
262 ((void) (ECOFF_DEBUGGING ? 0 : (obj_elf_init_stab_section (stab, str), 0)))
obj-som.c 208 obj_som_init_stab_section (segT stab, segT stabstr)
233 /* Set the containing space for both stab sections to be $GDB_DEBUG$
237 obj_set_subsection_attributes (stab, space, 0x1f, 73, 0, 0, 0, 0);
238 bfd_set_section_alignment (stab, 2);
240 /* Make some space for the first special stab entry and zero the memory.
242 stab string and the like. Using it avoids the need to
243 relocate the stab strings.
253 seg_info (stab)->stabu.p = p;
255 /* Set the containing space for both stab sections to be $GDB_DEBUG$
292 stab entry and to set the starting address for each code subspace. *
    [all...]
  /src/sys/ddb/
db_elf.c 51 #define STAB_TO_SYMSTART(stab) ((Elf_Sym *)((stab)->start))
52 #define STAB_TO_SYMEND(stab) ((Elf_Sym *)((stab)->end))
53 #define STAB_TO_EHDR(stab) ((Elf_Ehdr *)((stab)->private))
54 #define STAB_TO_SHDR(stab, e) ((Elf_Shdr *)((stab)->private + (e)->e_shoff))
213 db_elf_find_strtab(db_symtab_t *stab)
215 Elf_Ehdr *elf = STAB_TO_EHDR(stab);
    [all...]
  /src/sys/arch/evbsh3/conf/
sh.x 37 .stab 0 (NOLOAD) :
39 *(.stab)
shl.x 37 .stab 0 (NOLOAD) :
39 *(.stab)
  /src/external/bsd/ntp/dist/scripts/stats/
itf.S 1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
  /src/sys/arch/x68k/stand/common/
exec_sub.c 122 Elf32_Shdr *sh, *sym, *str, *stab, *shstr; local
169 sym = str = stab = 0;
177 stab = sh; /* .stab */
186 if (stab)
206 if (stab) {
208 SECTION_NOPAD(sec, "section header (stab)",
209 stab, sizeof(Elf32_Shdr));
237 if (stab) {
238 SECTION_NOPAD(sec, "stab",
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
syms.c 342 . unsigned char stab_type; {* Stab type. *}
343 . char stab_other; {* Stab other. *}
344 . short stab_desc; {* Stab desc. *}
345 . const char *stab_name; {* String for stab type. *}
879 /* Look through stabs debugging information in .stab and .stabstr
899 bfd_byte *stab; member in struct:indexentry
926 /* The .stab section. */
930 /* The contents of the .stab section. */
965 bfd_byte *stab, *str; local
980 1 byte stab typ
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
syms.c 339 . unsigned char stab_type; {* Stab type. *}
340 . char stab_other; {* Stab other. *}
341 . short stab_desc; {* Stab desc. *}
342 . const char *stab_name; {* String for stab type. *}
880 /* Look through stabs debugging information in .stab and .stabstr
900 bfd_byte *stab; member in struct:indexentry
927 /* The .stab section. */
931 /* The contents of the .stab section. */
966 bfd_byte *stab, *str; local
981 1 byte stab typ
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
syms.c 339 . unsigned char stab_type; {* Stab type. *}
340 . char stab_other; {* Stab other. *}
341 . short stab_desc; {* Stab desc. *}
342 . const char *stab_name; {* String for stab type. *}
879 /* Look through stabs debugging information in .stab and .stabstr
899 bfd_byte *stab; member in struct:indexentry
926 /* The .stab section. */
930 /* The contents of the .stab section. */
965 bfd_byte *stab, *str; local
980 1 byte stab typ
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
syms.c 339 . unsigned char stab_type; {* Stab type. *}
340 . char stab_other; {* Stab other. *}
341 . short stab_desc; {* Stab desc. *}
342 . const char *stab_name; {* String for stab type. *}
880 /* Look through stabs debugging information in .stab and .stabstr
900 bfd_byte *stab; member in struct:indexentry
927 /* The .stab section. */
931 /* The contents of the .stab section. */
966 bfd_byte *stab, *str; local
981 1 byte stab typ
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
rddbg.c 105 { ".stab", ".stabstr" },
130 bfd_byte *stab; local
170 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
180 strx = bfd_get_32 (abfd, stab);
181 type = bfd_get_8 (abfd, stab + 4);
182 other = bfd_get_8 (abfd, stab + 5);
183 desc = bfd_get_16 (abfd, stab + 6);
184 value = bfd_get_32 (abfd, stab + 8)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rddbg.c 105 { ".stab", ".stabstr" },
130 bfd_byte *stab; local
170 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
180 strx = bfd_get_32 (abfd, stab);
181 type = bfd_get_8 (abfd, stab + 4);
182 other = bfd_get_8 (abfd, stab + 5);
183 desc = bfd_get_16 (abfd, stab + 6);
184 value = bfd_get_32 (abfd, stab + 8)
    [all...]
  /src/sys/arch/x68k/stand/boot/
boot.ldscript 53 *(.stab)
  /src/sys/arch/ofppc/stand/ofwboot/
ldscript 193 .stab 0 : { *(.stab) }
195 .stab.excl 0 : { *(.stab.excl) }
196 .stab.exclstr 0 : { *(.stab.exclstr) }
197 .stab.index 0 : { *(.stab.index) }
198 .stab.indexstr 0 : { *(.stab.indexstr)
    [all...]
  /src/sys/arch/bebox/stand/boot/
ld.script 76 .stab 0 : { *(.stab) }
  /src/sys/arch/prep/stand/boot/
ld.script 76 .stab 0 : { *(.stab) }
  /src/sys/arch/rs6000/stand/boot/
ld.script 76 .stab 0 : { *(.stab) }

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 9