Home
last modified time | relevance | path

Searched refs:SHN_XINDEX (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp_file.h167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx()
188 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in large_shndx_offset()
436 if ((this->shnum_ == 0 || this->shstrndx_ == SHN_XINDEX) in initialize_shnum()
445 if (this->shstrndx_ == SHN_XINDEX) in initialize_shnum()
Delfcpp.h327 SHN_XINDEX = 0xffff,
/toolchain/binutils/binutils-2.27/include/elf/
Dinternal.h49 #undef SHN_XINDEX
59 #define SHN_XINDEX (-0x1u) /* Section index is held elsewhere */ macro
Dexternal.h47 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro
DChangeLog-9103576 * common.h (SHN_XINDEX): Comment typo fix.
778 (SHN_XINDEX): New section index.
DChangeLog-04151523 (SHN_ABS, SHN_COMMON, SHN_XINDEX, SHN_BAD): Define.
/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object-elf.c126 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */ macro
431 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
452 if (eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
755 shstrndx = SHN_XINDEX; in simple_object_elf_write_ehdr()
/toolchain/binutils/binutils-2.27/bfd/
Delfcode.h193 if (dst->st_shndx == (SHN_XINDEX & 0xffff)) in elf_swap_symbol_in()
227 tmp = SHN_XINDEX & 0xffff; in elf_swap_symbol_out()
295 tmp = SHN_XINDEX & 0xffff; in elf_swap_ehdr_out()
633 if (i_ehdrp->e_shstrndx == (SHN_XINDEX & 0xffff)) in elf_object_p()
DChangeLog-20082633 (elf_swap_symbol_out): Adjust SHN_XINDEX test.
2634 (elf_swap_ehdr_out): Mask SHN_LORESERVE and SHN_XINDEX to values
2639 (elf_write_shdrs_and_ehdr): Mask SHN_LORESERVE and SHN_XINDEX to values
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2008629 (process_file_header): Mask SHN_XINDEX to values seen in external
631 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
Dreadelf.c4677 && elf_header.e_shstrndx == (SHN_XINDEX & 0xffff)) in process_file_header()
4692 if (elf_header.e_shstrndx == (SHN_XINDEX & 0xffff)) in process_file_header()
5322 if (psym->st_shndx == (SHN_XINDEX & 0xffff) && shndx != NULL) in get_32bit_elf_symbols()
5436 if (psym->st_shndx == (SHN_XINDEX & 0xffff) && shndx != NULL) in get_64bit_elf_symbols()
/toolchain/binutils/binutils-2.27/gold/
Dsymtab.cc3085 shndx = elfcpp::SHN_XINDEX; in sized_write_globals()
3108 shndx = elfcpp::SHN_XINDEX; in sized_write_globals()
3343 shndx = elfcpp::SHN_XINDEX; in sized_write_section_symbol()
Dobject.h566 else if (shndx == elfcpp::SHN_XINDEX) in adjust_sym_shndx()
Ddwp.cc2138 : static_cast<unsigned int>(elfcpp::SHN_XINDEX)); in sized_write_ehdr()
Dincremental.cc2618 st_shndx = elfcpp::SHN_XINDEX; in do_relocate()
Dobject.cc2699 st_shndx = elfcpp::SHN_XINDEX; in write_local_symbols()
Doutput.cc575 oehdr.put_e_shstrndx(elfcpp::SHN_XINDEX); in do_sized_write()
Dpowerpc.cc6204 && shndx != elfcpp::SHN_XINDEX) in local()
DChangeLog-081517124 links. Use SHN_XINDEX when needed.
17211 symbol distinction. Use SHN_XINDEX when needed.
17215 SHN_XINDEX when needed.