Searched refs:type_functions (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-elf.c314 const struct elf_type_functions* type_functions; member in struct:simple_object_elf_read
338 const struct elf_type_functions* type_functions; member in struct:simple_object_elf_attributes
361 const struct elf_type_functions *type_functions; local
388 type_functions = (ei_data == ELFDATA2LSB
399 type_functions = (ei_data == ELFDATA2LSB
416 eor->type_functions = type_functions;
420 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr,
422 eor->flags = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr,
424 eor->shoff = ELF_FETCH_FIELD (type_functions, ei_clas
496 const struct elf_type_functions *type_functions = eor->type_functions; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-elf.c314 const struct elf_type_functions* type_functions; member in struct:simple_object_elf_read
338 const struct elf_type_functions* type_functions; member in struct:simple_object_elf_attributes
361 const struct elf_type_functions *type_functions; local
388 type_functions = (ei_data == ELFDATA2LSB
399 type_functions = (ei_data == ELFDATA2LSB
416 eor->type_functions = type_functions;
420 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr,
422 eor->flags = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr,
424 eor->shoff = ELF_FETCH_FIELD (type_functions, ei_clas
496 const struct elf_type_functions *type_functions = eor->type_functions; local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h964 type_functions(Gogo*, Named_type* name, Function_type* hash_fntype,
H A Dtypes.cc1556 Type::type_functions(Gogo* gogo, Named_type* name, Function_type* hash_fntype, function in class:Type
1892 name->real_type()->type_functions(gogo, base_type, hash_fntype, equal_fntype,
2019 this->type_functions(gogo, name, hash_fntype, equal_fntype, &hash_fn,
5353 pf->type()->type_functions(gogo, pf->type()->named_type(), hash_fntype,
5921 this->element_type_->type_functions(gogo, this->element_type_->named_type(),
H A Dgogo.cc2293 t->type_functions(this->gogo_, nt, NULL, NULL, &hash_fn, &equal_fn);
2327 t->type_functions(this->gogo_, NULL, NULL, NULL, &hash_fn, &equal_fn);
H A Dexpressions.cc5097 at->type_functions(gogo, this->left_->type()->named_type(), NULL, NULL,

Completed in 237 milliseconds