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

  /toolchain/binutils/binutils-2.27/bfd/
peicode.h 111 unsigned int sec_index; member in struct:__anon4091
624 sec->target_index = vars->sec_index ++;
875 vars.sec_index = 0;
    [all...]
elf64-hppa.c 2807 unsigned int sec_index = sym->st_shndx; local
    [all...]
elf.c 6135 unsigned int sec_index; local
    [all...]
  /external/elfutils/libdw/
libdwP.h 377 uint8_t sec_index; /* IDX_debug_macro or IDX_debug_macinfo. */ member in struct:__anon20108
568 int sec_index)
589 int sec_index __attribute__ ((unused)),
599 int sec_index __attribute__ ((unused)),
608 __libdw_checked_get_data (Dwarf *dbg, int sec_index)
610 Elf_Data *data = dbg->sectiondata[sec_index];
621 __libdw_offset_in_section (Dwarf *dbg, int sec_index,
624 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
638 __libdw_in_section (Dwarf *dbg, int sec_index,
641 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
    [all...]

Completed in 406 milliseconds