Home
last modified time | relevance | path

Searched refs:object_id (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h1671 enum elf_target_id object_id; member
1699 #define elf_object_id(bfd) (elf_tdata(bfd) -> object_id)
Delf.c238 enum elf_target_id object_id) in bfd_elf_allocate_object() argument
245 elf_object_id (abfd) = object_id; in bfd_elf_allocate_object()
DChangeLog-20082968 (struct elf_obj_tdata): New field 'object_id'.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc431 uintptr_t object_id = reinterpret_cast<uintptr_t>(this->object()); in hash() local
432 return this->symndx_ + object_id + this->d.addend; in hash()